summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk5
-rw-r--r--recovery/Android.mk2
2 files changed, 3 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 41e6f04..aab17ef 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -133,8 +133,6 @@ TARGET_BOOTLOADER_IS_2ND := true
BOARD_SEPOLICY_DIRS += device/asus/fugu/sepolicy
-USE_CLANG_PLATFORM_BUILD := true
-
# Use the non-open-source parts, if they're present
-include vendor/asus/fugu/BoardConfigVendor.mk
@@ -144,6 +142,9 @@ USE_CLANG_PLATFORM_BUILD := true
# Don't dex preopt prebuilt apps that will be updated from Play Store
DONT_DEXPREOPT_PREBUILTS := true
+# Don't uncompress dex files in priv apps APKs to save on space.
+DONT_UNCOMPRESS_PRIV_APPS_DEXS := true
+
# Vendor Interface Manifest
DEVICE_MANIFEST_FILE := device/asus/fugu/manifest.xml
DEVICE_MATRIX_FILE := device/asus/fugu/compatibility_matrix.xml
diff --git a/recovery/Android.mk b/recovery/Android.mk
index 539895f..557b33d 100644
--- a/recovery/Android.mk
+++ b/recovery/Android.mk
@@ -3,7 +3,6 @@ ifneq (,$(findstring $(TARGET_DEVICE),fugu))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := librecovery_updater_fugu
LOCAL_SRC_FILES := recovery_updater.cpp fw_version_check.cpp
@@ -13,7 +12,6 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_MODULE_TAGS := optional
LOCAL_C_INCLUDES += bootable/recovery
LOCAL_SRC_FILES := recovery_ui.cpp