Merge "Use MakeVar from soong instead of hardcoding"

am: 41055047da

Change-Id: I50253df8c17f9745b3a026c56cf316c93cd0525f
This commit is contained in:
Jooyung Han 2019-10-31 19:13:01 -07:00 committed by android-build-merger
commit 0ffb433903
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
#####################################################################
# list of vndk libraries from the source code.
INTERNAL_VNDK_LIB_LIST := $(SOONG_OUT_DIR)/vndk/vndk.libraries.txt
INTERNAL_VNDK_LIB_LIST := $(SOONG_VNDK_LIBRARIES_FILE)
#####################################################################
# This is the up-to-date list of vndk libs.