diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2019-09-22 11:39:01 +0100 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2020-10-09 17:08:24 +0200 |
| commit | fd8d647d4ae2bf11f8736bbd7122de2488c815a0 (patch) | |
| tree | 9d05b3e139f84a5580c8285914b7b3100c4fc0c8 | |
| parent | 107876a3062ecf0b9bbf7d011e5ec5d5e17dd1b8 (diff) | |
media: Exclude libplatformconfig from OSS buildslineage-18.0-caf-sdm845
It now requires requires proprietary headers
Change-Id: I537a68a72eef457f2a247fc321ab2e0f42f9904b
| -rw-r--r-- | libplatformconfig/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libplatformconfig/Android.mk b/libplatformconfig/Android.mk index c346b0eb..3b6e2f1a 100644 --- a/libplatformconfig/Android.mk +++ b/libplatformconfig/Android.mk @@ -1,3 +1,5 @@ +ifneq ($(QCPATH),) + LOCAL_PATH := $(call my-dir) LOCAL_DIR_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -49,3 +51,5 @@ LOCAL_MODULE := libplatformconfig LOCAL_VENDOR_MODULE := true include $(BUILD_SHARED_LIBRARY) + +endif |
