ANDROID: GKI defconfig: Remove ZRAM from gki defconfig

Allow vendors to provide zram module in vendor fragment
for GKI 2.0 since modules can't be overridden

Bug: 150917000
Test: boot check for swap (expected none).
      adb shell cat /proc/swaps
      adb shell grep Swap /proc/meminfo
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Change-Id: Ic346c6e4a1cdd975fa0c51bde9282ef0e32963f1
(cherry picked from commit 2f90f81ed2e1bacfe33f22d0f508c0c7b2d0bd7e)
This commit is contained in:
Kalesh Singh
2020-07-20 14:39:49 +00:00
committed by Alistair Delva
parent 121462aed0
commit 269692b031
2 changed files with 0 additions and 2 deletions

View File

@@ -217,7 +217,6 @@ CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
# CONFIG_FW_CACHE is not set
# CONFIG_ALLOW_DEV_COREDUMP is not set
CONFIG_GNSS=y
CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
CONFIG_BLK_DEV_RAM=y

View File

@@ -193,7 +193,6 @@ CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
# CONFIG_ALLOW_DEV_COREDUMP is not set
CONFIG_GNSS=y
CONFIG_OF=y
CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
CONFIG_BLK_DEV_RAM=y