From fad2a8ac8d32bff5965e453aaf32b11dcc2558d5 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Fri, 14 Oct 2016 14:06:41 -0600 Subject: [PATCH] klte-common: Put common graphics import into -common makefile * Don't put it in the variants like a dork Change-Id: I684edadc4294b710ebb1808d572c660cec9452e7 --- setup-makefiles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 98589f7..48d820e 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -38,6 +38,8 @@ write_headers "klte kltechn kltechnduo klteduos kltedv kltekdi kltespr klteusc k write_makefiles "$MY_DIR"/common-proprietary-files.txt +printf '\n%s\n' "\$(call inherit-product, vendor/qcom/binaries/msm8974/graphics/graphics-vendor.mk)" >> "$PRODUCTMK" + write_footers # Reinitialize the helper for device @@ -48,6 +50,4 @@ write_headers write_makefiles "$MY_DIR"/../$DEVICE/device-proprietary-files.txt -printf '\n%s\n' "\$(call inherit-product, vendor/qcom/binaries/msm8974/graphics/graphics-vendor.mk)" >> "$PRODUCTMK" - write_footers