Merge "Skip *.libraries.txt when skipping current vndk"

am: 2359e05efb

Change-Id: I972f450e4435be5ca4e77a2d89408882fa6f3305
This commit is contained in:
Jooyung Han 2019-09-09 18:30:52 -07:00 committed by android-build-merger
commit 76d0eb4d68
2 changed files with 2 additions and 2 deletions

View file

@ -270,8 +270,6 @@ PRODUCT_PACKAGES += \
viewcompiler \
voip-common \
vold \
vndkcore.libraries.txt \
vndkprivate.libraries.txt \
WallpaperBackup \
watchdogd \
wificond \

View file

@ -150,6 +150,8 @@ ifneq ($(TARGET_SKIP_CURRENT_VNDK),true)
LOCAL_REQUIRED_MODULES += \
llndk.libraries.txt \
vndksp.libraries.txt \
vndkcore.libraries.txt \
vndkprivate.libraries.txt \
$(addsuffix .vendor,$(VNDK_CORE_LIBRARIES)) \
$(addsuffix .vendor,$(VNDK_SAMEPROCESS_LIBRARIES))
endif