Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50d6958e authored by Jooyung Han's avatar Jooyung Han Committed by android-build-merger
Browse files

Merge "Skip *.libraries.txt when skipping current vndk" am: 2359e05e am: 76d0eb4d

am: c660ea00

Change-Id: I1203e5ac0b4f08a8f800c08da859259d0f01e4ff
parents d0b3fe32 c660ea00
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -268,8 +268,6 @@ PRODUCT_PACKAGES += \
    viewcompiler \
    voip-common \
    vold \
    vndkcore.libraries.txt \
    vndkprivate.libraries.txt \
    WallpaperBackup \
    watchdogd \
    wificond \
+2 −0
Original line number Diff line number Diff line
@@ -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