summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-02-09 20:13:23 +0100
committerStephen Smalley <sds@tycho.nsa.gov>2012-03-30 15:32:46 +0200
commit779701db515d1a0d363d5a8896252f331bc4e22a (patch)
tree46aacb687e7126a5a64949dd7ade2f284ee57c15 /Android.mk
parentAdd libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. (diff)
downloadandroid_bootable_recovery-779701db515d1a0d363d5a8896252f331bc4e22a.tar
android_bootable_recovery-779701db515d1a0d363d5a8896252f331bc4e22a.tar.gz
android_bootable_recovery-779701db515d1a0d363d5a8896252f331bc4e22a.tar.bz2
android_bootable_recovery-779701db515d1a0d363d5a8896252f331bc4e22a.tar.lz
android_bootable_recovery-779701db515d1a0d363d5a8896252f331bc4e22a.tar.xz
android_bootable_recovery-779701db515d1a0d363d5a8896252f331bc4e22a.tar.zst
android_bootable_recovery-779701db515d1a0d363d5a8896252f331bc4e22a.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 304626e5f..251c92068 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,12 +24,13 @@ ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += libext4_utils libz
+endif
+
ifeq ($(HAVE_SELINUX), true)
LOCAL_C_INCLUDES += external/libselinux/include
LOCAL_STATIC_LIBRARIES += libselinux
LOCAL_CFLAGS += -DHAVE_SELINUX
endif # HAVE_SELINUX
-endif
# This binary is in the recovery ramdisk, which is otherwise a copy of root.
# It gets copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses