Merge "check-vndk-list is run even when VNDK is not enabled"

This commit is contained in:
Treehugger Robot 2018-06-22 01:09:04 +00:00 committed by Gerrit Code Review
commit 931c5a5d33
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
ifneq ($(BOARD_VNDK_VERSION),)
LOCAL_PATH:= $(call my-dir) LOCAL_PATH:= $(call my-dir)
##################################################################### #####################################################################
@ -86,6 +85,8 @@ else
endif endif
@chmod a+x $@ @chmod a+x $@
ifneq ($(BOARD_VNDK_VERSION),)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE := vndk_package LOCAL_MODULE := vndk_package
LOCAL_REQUIRED_MODULES := \ LOCAL_REQUIRED_MODULES := \