summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2016-12-15 00:04:19 -0800
committerNick Desaulniers <ndesaulniers@google.com>2016-12-15 08:11:19 +0000
commitdfd5ba17c82ad992d27c1a164ce95d81744fa130 (patch)
tree798af559c7c5fd6dcb62156f9a72af36f4a73068
parentb280e1c8429ce5516173ff17b4e28e478ef65519 (diff)
downloadbullhead-dfd5ba17c82ad992d27c1a164ce95d81744fa130.tar.gz
bullhead: only build vendor/ code when non-aosp
Test: lunch aosp_bullhead-userdebug; rm -r vendor/lge/bullhead/fingerprint/; make; Bug: 33251689 Change-Id: If961f5db6b05ed1c575eb949c196847563554ffa
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index f972525..4b1c0a0 100644
--- a/device.mk
+++ b/device.mk
@@ -488,4 +488,4 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
$(call inherit-product-if-exists, hardware/qcom/msm8994/msm8992.mk)
$(call inherit-product-if-exists, vendor/qcom/gpu/msm8994/msm8994-gpu-vendor.mk)
-$(call inherit-product, vendor/lge/bullhead/fingerprint/device/device.mk)
+$(call inherit-product-if-exists, vendor/lge/bullhead/fingerprint/device/device.mk)