summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaptain Throwback <captainthrowback@hotmail.com>2019-04-30 22:38:49 +0200
committerCaptain Throwback <captainthrowback@hotmail.com>2019-04-30 22:38:49 +0200
commit93804dd50e5c3501c57e0586341206c870dcddef (patch)
tree2c2c1d9c9b1312334b7648a82d1ea3f88957951b
parentext4crypt: add missing cflag (diff)
downloadandroid_bootable_recovery-93804dd50e5c3501c57e0586341206c870dcddef.tar
android_bootable_recovery-93804dd50e5c3501c57e0586341206c870dcddef.tar.gz
android_bootable_recovery-93804dd50e5c3501c57e0586341206c870dcddef.tar.bz2
android_bootable_recovery-93804dd50e5c3501c57e0586341206c870dcddef.tar.lz
android_bootable_recovery-93804dd50e5c3501c57e0586341206c870dcddef.tar.xz
android_bootable_recovery-93804dd50e5c3501c57e0586341206c870dcddef.tar.zst
android_bootable_recovery-93804dd50e5c3501c57e0586341206c870dcddef.zip
-rw-r--r--prebuilt/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
index 4d67e5b77..e40ac9f24 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -31,6 +31,9 @@ else
ifneq ($(wildcard system/core/libziparchive/Android.bp),)
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/unzip
endif
+ ifneq ($(wildcard external/one-true-awk/Android.bp),)
+ RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/awk
+ endif
endif
endif
RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/pigz