wayne-common: Disable vndk-sp creation for VNDK enabled targets.

Change-Id: Idf17c7ddeab922c231fc3e9bb786c45dfa54684b
This commit is contained in:
Vinay Verma 2018-04-30 00:24:13 +05:30 committed by Max Weffers
parent 4e350e4c0c
commit f9ebba028a
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -1,3 +1,5 @@
ifeq ($(BOARD_VNDK_VERSION),)
$(warning ************* BOARD VNDK is not enabled - compiling vndk-sp ***************************)
LOCAL_PATH := $(call my-dir)
include $(LOCAL_PATH)/vndk-sp-libs.mk
@ -40,3 +42,4 @@ LOCAL_MODULE := vndk-sp
LOCAL_MODULE_TAGS := optional
LOCAL_REQUIRED_MODULES := $(addsuffix .vndk-sp-gen,$(VNDK_SP_LIBRARIES))
include $(BUILD_PHONY_PACKAGE)
endif