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

Commit a3f97c75 authored by Michael Bestas's avatar Michael Bestas
Browse files

extract_utils: Fix vendor framework makefile generation

* Fix copy-pasta

Change-Id: I9b2f61702985cb59af34ad146fd61bedba043f81
parent a9198558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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