Merge "Phony module vndk_package is added"

This commit is contained in:
Treehugger Robot 2017-08-11 01:38:15 +00:00 committed by Gerrit Code Review
commit cb674cf05d
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)