device/generic/common
Révision | 64563a1e63b0ae2362c91e5f5782b6169a4ddfd6 (tree) |
---|---|
l'heure | 2019-11-23 16:42:45 |
Auteur | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Merge remote-tracking branch 'x86/oreo-x86' into pie-x86
@@ -78,7 +78,7 @@ ifneq ($(strip $(BOARD_GPU_DRIVERS)),) | ||
78 | 78 | TARGET_HARDWARE_3D := true |
79 | 79 | endif |
80 | 80 | |
81 | -BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.selinux=permissive$(if $(filter x86_64,$(TARGET_ARCH) $(TARGET_KERNEL_ARCH)),, vmalloc=192M) | |
81 | +BOARD_KERNEL_CMDLINE := root=/dev/ram0$(if $(filter x86_64,$(TARGET_ARCH) $(TARGET_KERNEL_ARCH)),, vmalloc=192M) | |
82 | 82 | TARGET_KERNEL_DIFFCONFIG := device/generic/common/selinux_diffconfig |
83 | 83 | |
84 | 84 | COMPATIBILITY_ENHANCEMENT_PACKAGE := true |