aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMax Shi <meixuanshi@google.com>2016-08-26 15:00:16 -0700
committerAmit Pundir <amit.pundir@linaro.org>2017-04-10 13:12:16 +0530
commit1c634ee26be129b8f35dee320d5f77e2fe6e029a (patch)
treee4ebd8e0f3eaf5dd32bb17d1d9a4a35ee0daed9e /android
parentd48031aaa19658710aaa22e155fe6055ff1ea9ca (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