diff options
| author | Chirayu Desai <chirayudesai1@gmail.com> | 2020-05-09 03:46:56 +0530 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2020-05-18 15:11:47 +0200 |
| commit | 3b586a8bd168427250000ab7fbc37478c5f80f0f (patch) | |
| tree | 72c9a7cda3a3b651ed3b265734defe9dba8d4301 | |
| parent | 7becaa990cef07ecdb063e1c92a6f96d5fa5456e (diff) | |
| download | android_hardware_qcom-caf_common-3b586a8bd168427250000ab7fbc37478c5f80f0f.tar.gz android_hardware_qcom-caf_common-3b586a8bd168427250000ab7fbc37478c5f80f0f.tar.bz2 android_hardware_qcom-caf_common-3b586a8bd168427250000ab7fbc37478c5f80f0f.zip | |
Don't BUILD_WITHOUT_VENDORHEADlineage-17.1
* It tries to build stuff in hardware/qcom/sm8150, and that needs
some vendor libs, but even when those are added, it keeps wanting
more and more, basically a rabbit-hole.
* This matches AOSP.
Change-Id: I9937be534974e249d370e20997a07eefe6bfcc18
| -rw-r--r-- | os_pickup.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os_pickup.mk b/os_pickup.mk index 2074de8..1812995 100644 --- a/os_pickup.mk +++ b/os_pickup.mk @@ -1,4 +1,6 @@ LOCAL_PATH := $(call my-dir) ifneq ($(filter $(LOCAL_PATH),$(PRODUCT_SOONG_NAMESPACES)),) +ifneq ($(BUILD_WITHOUT_VENDOR), true) include $(call first-makefiles-under,$(LOCAL_PATH)) endif +endif |
