diff --git a/build/tools/extract_utils.sh b/build/tools/extract_utils.sh index a9fae9b4..8ae8f9a4 100644 --- a/build/tools/extract_utils.sh +++ b/build/tools/extract_utils.sh @@ -452,7 +452,7 @@ function write_product_packages() { fi local V_ETC=( $(prefix_match "vendor/etc/") ) if [ "${#V_ETC[@]}" -gt "0" ]; then - write_packages "ETC" "false" "" "V_ETC" >> "$ANDROIDMK" + write_packages "ETC" "true" "" "V_ETC" >> "$ANDROIDMK" fi # Executables