aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-08-30 03:53:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-08-30 03:53:35 +0000
commit8f4f97da3f3de660ed5c31078a405a7f353f969c (patch)
tree6103dabfd85844ca2cd556897b646315e8099ac1
parent9c9993c706c45d4cf9e056b66199a6cd23e9cc76 (diff)
parent3021218d2a4d44ccb970edcb112734425aaea0d6 (diff)
downloadbuild-8f4f97da3f3de660ed5c31078a405a7f353f969c.tar.gz
Merge "Remove extra brackets in vndk_packages collecting phase"
-rw-r--r--target/product/gsi/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/gsi/Android.mk b/target/product/gsi/Android.mk
index c93e4caab3..018bbb07a1 100644
--- a/target/product/gsi/Android.mk
+++ b/target/product/gsi/Android.mk
@@ -144,7 +144,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := vndk_package
# Filter LLNDK libs moved to APEX to avoid pulling them into /system/LIB
LOCAL_REQUIRED_MODULES := \
- $(filter-out $(LLNDK_MOVED_TO_APEX_LIBRARIES),$(LLNDK_LIBRARIES)))
+ $(filter-out $(LLNDK_MOVED_TO_APEX_LIBRARIES),$(LLNDK_LIBRARIES))
ifneq ($(TARGET_SKIP_CURRENT_VNDK),true)
LOCAL_REQUIRED_MODULES += \