diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-09-10 09:36:38 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-09-15 13:29:14 +0200 |
commit | a090af1179736ef099c815441d087ef18b74b16f (patch) | |
tree | 7d7b5b25c7baa2b933b3025e69ef75767aadd3f0 | |
parent | 2ac0bca2e295d6799b018a7010ea86c11e256d71 (diff) | |
download | device_samsung_espresso3g-a090af1179736ef099c815441d087ef18b74b16f.zip device_samsung_espresso3g-a090af1179736ef099c815441d087ef18b74b16f.tar.gz device_samsung_espresso3g-a090af1179736ef099c815441d087ef18b74b16f.tar.bz2 |
Revert "espresso-common: Disable ashmem tracking in parcels"
Change-Id: I187c144172a64f50dd4e8ccf78952ae3524c1807
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index c0b9ec2..b785a96 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,7 +27,6 @@ TARGET_OTA_ASSERT_DEVICE := espresso3g,espresso-common,p3100,GT-P3100,espressorf # RIL BOARD_PROVIDES_LIBRIL := true BOARD_RIL_CLASS := ../../../device/samsung/espresso3g/ril -COMMON_GLOBAL_CFLAGS += -DDISABLE_ASHMEM_TRACKING # SELinux BOARD_SEPOLICY_DIRS += \ |