summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbig biff <bigbiff@teamw.in>2019-05-03 02:16:29 +0200
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2019-05-03 02:16:29 +0200
commit5f177ae4c767977644520c2f43cf9a6e72142d1f (patch)
tree40200a323ca4878740e04bdd53d007684be43ea2
parentMerge "mkshrc: remove post-install cmd and use LOCAL_MODULE_STEM" into android-9.0 (diff)
parentawk: add awk for trees including one-true-awk (diff)
downloadandroid_bootable_recovery-5f177ae4c767977644520c2f43cf9a6e72142d1f.tar
android_bootable_recovery-5f177ae4c767977644520c2f43cf9a6e72142d1f.tar.gz
android_bootable_recovery-5f177ae4c767977644520c2f43cf9a6e72142d1f.tar.bz2
android_bootable_recovery-5f177ae4c767977644520c2f43cf9a6e72142d1f.tar.lz
android_bootable_recovery-5f177ae4c767977644520c2f43cf9a6e72142d1f.tar.xz
android_bootable_recovery-5f177ae4c767977644520c2f43cf9a6e72142d1f.tar.zst
android_bootable_recovery-5f177ae4c767977644520c2f43cf9a6e72142d1f.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 ccfe4f28f..e0e9dbcd7 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -36,6 +36,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