klte-common: Put common graphics import into -common makefile

* Don't put it in the variants like a dork

Change-Id: I684edadc4294b710ebb1808d572c660cec9452e7
This commit is contained in:
Kevin F. Haggerty 2016-10-14 14:06:41 -06:00
parent a971342da8
commit fad2a8ac8d
1 changed files with 2 additions and 2 deletions

View File

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