Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 037b3e08 authored by Jooyung Han's avatar Jooyung Han
Browse files

Use MakeVar from soong instead of hardcoding

check-vndk-list target reads the vndk.libraries.txt file from
SOONG_VNDK_LIBRARIES_FILE makevar.

Bug: 142963962
Test: m check-vndk-list
Change-Id: I10f6ad80757ed267b66c9a709b75621e063f3744
parent 1be2490d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)


#####################################################################
#####################################################################
# list of vndk libraries from the source code.
# 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.
# This is the up-to-date list of vndk libs.