summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Koskovich <zvnexus@outlook.com>2020-09-16 17:58:53 -0700
committerBruno Martins <bgcngm@gmail.com>2020-09-17 10:00:17 +0200
commitabe640021ed924f0368d61024093b68a9d24c9ce (patch)
tree1e157e51d9a33a4e0d8e6ccfbadf0748df788c05
parent6c1eb09602798077d54b9b2a796d48572e51d5a2 (diff)
extract_utils: Fix system_ext framework blueprint generation.
Change-Id: I20e44be6ea48b9bd5b05055d3cf465f63c908463
-rw-r--r--extract_utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract_utils.sh b/extract_utils.sh
index 34801fe..6c28ed0 100644
--- a/extract_utils.sh
+++ b/extract_utils.sh
@@ -826,7 +826,7 @@ function write_product_packages() {
write_blueprint_packages "JAVA_LIBRARIES" "product" "" "P_FRAMEWORK" >> "$ANDROIDBP"
fi
local SE_FRAMEWORK=( $(prefix_match "system_ext/framework/") )
- if [ "${#P_FRAMEWORK[@]}" -gt "0" ]; then
+ if [ "${#SE_FRAMEWORK[@]}" -gt "0" ]; then
write_blueprint_packages "JAVA_LIBRARIES" "system_ext" "" "SE_FRAMEWORK" >> "$ANDROIDBP"
fi
local O_FRAMEWORK=( $(prefix_match "odm/framework/") )