From a3f97c75bf3e94c78a28c6d689fe492404c83a7f Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 27 Feb 2018 22:31:55 +0200 Subject: [PATCH] extract_utils: Fix vendor framework makefile generation * Fix copy-pasta Change-Id: I9b2f61702985cb59af34ad146fd61bedba043f81 --- build/tools/extract_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/extract_utils.sh b/build/tools/extract_utils.sh index 01a2ddbb..6adcfdc5 100644 --- a/build/tools/extract_utils.sh +++ b/build/tools/extract_utils.sh @@ -439,7 +439,7 @@ function write_product_packages() { write_packages "JAVA_LIBRARIES" "false" "" "FRAMEWORK" >> "$ANDROIDMK" fi local V_FRAMEWORK=( $(prefix_match "vendor/framework/") ) - if [ "${#FRAMEWORK[@]}" -gt "0" ]; then + if [ "${#V_FRAMEWORK[@]}" -gt "0" ]; then write_packages "JAVA_LIBRARIES" "true" "" "V_FRAMEWORK" >> "$ANDROIDMK" fi