diff options
author | Roberto Pereira <rpere@google.com> | 2017-06-05 15:26:49 -0700 |
---|---|---|
committer | Roberto Pereira <rpere@google.com> | 2017-06-05 16:36:57 -0700 |
commit | 5c31a5e9a365d1111568ac0484c0dda0e4bd09fe (patch) | |
tree | 7feced58b4e27006a3a317048a008702d28af77e /android | |
parent | fce0ecf04a7e0b6f912151607758eb2e98888569 (diff) |
android: base-cfg: disable CONFIG_NFS_FS and CONFIG_NFSD
Signed-off-by: Roberto Pereira <rpere@google.com>
Bug:37753761
Change-Id: I1b96d7baa329dad0400c6e5c3fb12e81f1251a62
Diffstat (limited to 'android')
-rw-r--r-- | android/configs/android-base.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg index b7b997fd58c9..b974d01b84af 100644 --- a/android/configs/android-base.cfg +++ b/android/configs/android-base.cfg @@ -3,6 +3,8 @@ # CONFIG_DEVMEM is not set # CONFIG_FHANDLE is not set # CONFIG_INET_LRO is not set +# CONFIG_NFSD is not set +# CONFIG_NFS_FS is not set # CONFIG_OABI_COMPAT is not set # CONFIG_SYSVIPC is not set # CONFIG_USELIB is not set |