diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2017-01-19 23:45:01 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2017-01-21 15:24:43 +0100 |
commit | 16159166af597423fca2ea091ede59d96534b3ce (patch) | |
tree | 0174d96ab6a99c0c9dd584f7376268f7f3a597ab /orscmd | |
parent | ifdef overlay graphics (diff) | |
download | android_bootable_recovery-16159166af597423fca2ea091ede59d96534b3ce.tar android_bootable_recovery-16159166af597423fca2ea091ede59d96534b3ce.tar.gz android_bootable_recovery-16159166af597423fca2ea091ede59d96534b3ce.tar.bz2 android_bootable_recovery-16159166af597423fca2ea091ede59d96534b3ce.tar.lz android_bootable_recovery-16159166af597423fca2ea091ede59d96534b3ce.tar.xz android_bootable_recovery-16159166af597423fca2ea091ede59d96534b3ce.tar.zst android_bootable_recovery-16159166af597423fca2ea091ede59d96534b3ce.zip |
Diffstat (limited to 'orscmd')
-rw-r--r-- | orscmd/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/orscmd/Android.mk b/orscmd/Android.mk index b132d7360..19837b4d0 100644 --- a/orscmd/Android.mk +++ b/orscmd/Android.mk @@ -14,5 +14,6 @@ LOCAL_MODULE := orscmd LOCAL_MODULE_STEM := twrp LOCAL_MODULE_TAGS:= eng LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES +LOCAL_PACK_MODULE_RELOCATIONS := false LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin include $(BUILD_EXECUTABLE) |