summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-07-13 21:35:06 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-03-23 13:39:53 +0100
commitde18923571f4cb10be5411ada7e7e0c41cd7af4d (patch)
tree3896d83eb8a94879f6d6ec55e4c9f7eb0acfe306
parentSet a dummy CM_PLATFORM_SDK_VERSION if it doesn't exist (diff)
downloadandroid_bootable_recovery-de18923571f4cb10be5411ada7e7e0c41cd7af4d.tar
android_bootable_recovery-de18923571f4cb10be5411ada7e7e0c41cd7af4d.tar.gz
android_bootable_recovery-de18923571f4cb10be5411ada7e7e0c41cd7af4d.tar.bz2
android_bootable_recovery-de18923571f4cb10be5411ada7e7e0c41cd7af4d.tar.lz
android_bootable_recovery-de18923571f4cb10be5411ada7e7e0c41cd7af4d.tar.xz
android_bootable_recovery-de18923571f4cb10be5411ada7e7e0c41cd7af4d.tar.zst
android_bootable_recovery-de18923571f4cb10be5411ada7e7e0c41cd7af4d.zip
-rwxr-xr-xAndroid.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 9ad3507d9..e5220a5ed 100755
--- a/Android.mk
+++ b/Android.mk
@@ -179,14 +179,6 @@ ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
endif
LOCAL_C_INCLUDES += external/libselinux/include
LOCAL_SHARED_LIBRARIES += libselinux
-#ifneq ($(TARGET_USERIMAGES_USE_EXT4), true)
-# LOCAL_CFLAGS += -DUSE_EXT4
-# LOCAL_C_INCLUDES += system/extras/ext4_utils
-# LOCAL_SHARED_LIBRARIES += libext4_utils
-# ifneq ($(wildcard external/lz4/Android.mk),)
-# LOCAL_STATIC_LIBRARIES += liblz4
-# endif
-#endif
ifeq ($(AB_OTA_UPDATER),true)
LOCAL_CFLAGS += -DAB_OTA_UPDATER=1