summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2017-02-03 20:24:31 +0100
committerEthan Yonker <dees_troy@teamw.in>2017-02-17 04:54:51 +0100
commit91758440d3bd350b30a384c07ff1c827f14a12fe (patch)
treed99fe9285c07e57a3c69107ae1b6ee30d81429da /Android.mk
parentlibtar: support backing up and restoring new Android user.* xattr (diff)
downloadandroid_bootable_recovery-91758440d3bd350b30a384c07ff1c827f14a12fe.tar
android_bootable_recovery-91758440d3bd350b30a384c07ff1c827f14a12fe.tar.gz
android_bootable_recovery-91758440d3bd350b30a384c07ff1c827f14a12fe.tar.bz2
android_bootable_recovery-91758440d3bd350b30a384c07ff1c827f14a12fe.tar.lz
android_bootable_recovery-91758440d3bd350b30a384c07ff1c827f14a12fe.tar.xz
android_bootable_recovery-91758440d3bd350b30a384c07ff1c827f14a12fe.tar.zst
android_bootable_recovery-91758440d3bd350b30a384c07ff1c827f14a12fe.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 2b7c2d124..626f6abcf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -678,7 +678,8 @@ include $(commands_recovery_local_path)/injecttwrp/Android.mk \
$(commands_recovery_local_path)/toybox/Android.mk \
$(commands_recovery_local_path)/simg2img/Android.mk \
$(commands_recovery_local_path)/adbbu/Android.mk \
- $(commands_recovery_local_path)/libpixelflinger/Android.mk
+ $(commands_recovery_local_path)/libpixelflinger/Android.mk \
+ $(commands_recovery_local_path)/attr/Android.mk
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 24; echo $$?),0)
include $(commands_recovery_local_path)/libmincrypt/Android.mk