diff options
| -rw-r--r-- | BoardConfigCommon.mk | 1 | ||||
| -rw-r--r-- | aicp.mk (renamed from cm.mk) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 98e4f79..ed18eca 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -57,6 +57,7 @@ SGX_MODULES: $(ARM_EABI_TOOLCHAIN)/arm-eabi-strip --strip-unneeded $(KERNEL_MODULES_OUT)/pvrsrvkm_sgx540_120.ko TARGET_KERNEL_MODULES += SGX_MODULES +TARGET_KERNEL_SELINUX_CONFIG := selinux_defconfig # Filesystem BOARD_FLASH_BLOCK_SIZE := 4096 @@ -13,7 +13,7 @@ # limitations under the License. # Inherit some common cyanogenmod stuff. -$(call inherit-product-if-exists, vendor/cm/config/common_full_tablet_wifionly.mk) +$(call inherit-product-if-exists, vendor/aicp/configs/common_tablet.mk) #TARGET_SCREEN_WIDTH := 600 TARGET_SCREEN_WIDTH := 480 |
