diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-01-28 21:03:33 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2016-01-29 21:58:33 +0100 |
commit | b5fab76bea98dff8d0825d16c3dd359397449e9a (patch) | |
tree | a92cf2c085a22c8f246543f558619edd5fd3367e /Android.mk | |
parent | adds TW_ADDITIONAL_RES to TW_RES (diff) | |
download | android_bootable_recovery-b5fab76bea98dff8d0825d16c3dd359397449e9a.tar android_bootable_recovery-b5fab76bea98dff8d0825d16c3dd359397449e9a.tar.gz android_bootable_recovery-b5fab76bea98dff8d0825d16c3dd359397449e9a.tar.bz2 android_bootable_recovery-b5fab76bea98dff8d0825d16c3dd359397449e9a.tar.lz android_bootable_recovery-b5fab76bea98dff8d0825d16c3dd359397449e9a.tar.xz android_bootable_recovery-b5fab76bea98dff8d0825d16c3dd359397449e9a.tar.zst android_bootable_recovery-b5fab76bea98dff8d0825d16c3dd359397449e9a.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index 47c30c425..52c2907de 100644 --- a/Android.mk +++ b/Android.mk @@ -42,7 +42,7 @@ TARGET_RECOVERY_GUI := true LOCAL_SRC_FILES := \ twrp.cpp \ - fixPermissions.cpp \ + fixContexts.cpp \ twrpTar.cpp \ twrpDU.cpp \ twrpDigest.cpp \ @@ -342,7 +342,6 @@ LOCAL_ADDITIONAL_DEPENDENCIES := \ dump_image \ erase_image \ flash_image \ - fix_permissions.sh \ mke2fs.conf \ pigz \ teamwin \ |