summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMax Shi <meixuanshi@google.com>2016-08-26 15:00:16 -0700
committerGreg Hackmann <ghackmann@google.com>2017-03-16 21:14:15 +0000
commit2474d8bad0034d4c1143e10947c44a0d6b37dc92 (patch)
tree14ea2639a67310986f102ac1c249847ae52f60dc /android
parent152a401d269358de1875789a5d4e85ea8fc3775b (diff)
config: disable CONFIG_USELIB and CONFIG_FHANDLE
turn off the two kernel configs to disable related system ABI. Bug: 30903194 Change-Id: I32e2ff3323135ce4b67a86f106fa9327a71fe309 Signed-off-by: Max Shi <meixuanshi@google.com>
Diffstat (limited to 'android')
-rw-r--r--android/configs/android-base.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg
index 2098fe97198c..d1f9628e4377 100644
--- a/android/configs/android-base.cfg
+++ b/android/configs/android-base.cfg
@@ -1,10 +1,12 @@
# KEEP ALPHABETICALLY SORTED
# CONFIG_DEVKMEM is not set
# CONFIG_DEVMEM is not set
+# CONFIG_FHANDLE is not set
# CONFIG_INET_LRO is not set
# CONFIG_MODULES is not set
# CONFIG_OABI_COMPAT is not set
# CONFIG_SYSVIPC is not set
+# CONFIG_USELIB is not set
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y