From 00c0766852764d2b18423457cae550b3e3d14f5d Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Sun, 8 Oct 2017 17:33:42 -0400 Subject: [PATCH] extract_files: Mark vendor etc files as proprietary Change-Id: Iad8d87a18e5b1dc68c7f2265c0e35a9313804408 --- 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 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