Fix makefile generation

Change-Id: Ibdef76bd831b96549914746880e38ab4b88b5aca
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith 2017-04-06 13:08:21 -05:00
parent 61cd4889d1
commit c9b725d124
No known key found for this signature in database
GPG Key ID: AB0BF746E05523CF

View File

@ -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