Merge "Phony module vndk_package is added" am: cb674cf05d

am: 347310c363

Change-Id: I3915ef9a7600a91e890111b5718b783225e208f3
This commit is contained in:
Jiyong Park 2017-08-11 02:22:12 +00:00 committed by android-build-merger
commit c674a24562
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := vndk_package
LOCAL_REQUIRED_MODULES := \
$(addsuffix .vendor,$(VNDK_CORE_LIBRARIES)) \
$(addsuffix .vendor,$(VNDK_SAMEPROCESS_LIBRARIES)) \
$(LLNDK_LIBRARIES)
include $(BUILD_PHONY_PACKAGE)