From c9b725d1246e9dfdcdcae7da00637a08456e9371 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Thu, 6 Apr 2017 13:08:21 -0500 Subject: [PATCH] Fix makefile generation Change-Id: Ibdef76bd831b96549914746880e38ab4b88b5aca Signed-off-by: Paul Keith --- setup-makefiles.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index c4863cc..1f77f46 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -52,5 +52,9 @@ write_headers write_makefiles "$MY_DIR"/proprietary-files-$TARGET.txt write_makefiles "$MY_DIR"/proprietary-files.txt +printf '\n%s\n' "\$(call inherit-product, vendor/gapps/common/common-vendor.mk)" >> "$PRODUCTMK" + # We are done with target write_footers + +for f in `find "$MY_DIR" -type f -name Android.mk`; do sed -i s/ifeq/ifneq/g $f; done