extract_utils: cover vendor/frameworks

Change-Id: If60b9b6c47cfd9c32477f92ad87011eddb41753b
gugelfrei
Christian Oder 7 years ago
parent 0ca7643957
commit c16f327f51
No known key found for this signature in database
GPG Key ID: 60EB2AA88641049F

@ -440,6 +440,10 @@ function write_product_packages() {
if [ "${#FRAMEWORK[@]}" -gt "0" ]; then
write_packages "JAVA_LIBRARIES" "false" "" "FRAMEWORK" >> "$ANDROIDMK"
fi
local V_FRAMEWORK=( $(prefix_match "vendor/framework/") )
if [ "${#FRAMEWORK[@]}" -gt "0" ]; then
write_packages "JAVA_LIBRARIES" "true" "" "V_FRAMEWORK" >> "$ANDROIDMK"
fi
# Etc
local ETC=( $(prefix_match "etc/") )

Loading…
Cancel
Save