aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Freni2018-05-29 07:09:01 -0500
committerDario Freni2018-07-19 05:15:11 -0500
commit5f681e1dd79e4fb34d3151af3035a6c75c445aec (patch)
tree5831987ef14e346f8db6abcdeb36da8b4d1481dd /help.sh
parentf1429b1c31511c5675bced83c94cab6013bd5099 (diff)
downloadplatform-build-5f681e1dd79e4fb34d3151af3035a6c75c445aec.tar.gz
platform-build-5f681e1dd79e4fb34d3151af3035a6c75c445aec.tar.xz
platform-build-5f681e1dd79e4fb34d3151af3035a6c75c445aec.zip
Add support for /product-services partition
This CL is largely an adaptation of Change-Id I774e6a38003734421591e51bed103802ff84f432 It adds the following variables: - BOARD_AVB_PRODUCT_SERVICES_KEY_PATH - BOARD_AVB_PRODUCT_SERVICES_ALGORITHM - BOARD_AVB_PRODUCT_SERVICES_ROLLBACK_INDEX_LOCATION - BOARD_PRODUCT_SERVICESIMAGE_FILE_SYSTEM_TYPE - BOARD_PRODUCT_SERVICESIMAGE_EXTFS_INODE_COUNT - BOARD_PRODUCT_SERVICESIMAGE_EXTFS_RSV_PCT - BOARD_PRODUCT_SERVICESIMAGE_PARTITION_SIZE - BOARD_PRODUCT_SERVICESIMAGE_JOURNAL_SIZE - BOARD_PRODUCT_SERVICESIMAGE_SQUASHFS_BLOCK_SIZE - BOARD_PRODUCT_SERVICESIMAGE_SQUASHFS_COMPRESSOR - BOARD_PRODUCT_SERVICESIMAGE_SQUASHFS_COMPRESSOR_OPT - BOARD_PRODUCT_SERVICESIMAGE_SQUASHFS_DISABLE_4K_ALIGN - BOARD_PREBUILT_PRODUCT_SERVICESIMAGE - BOARD_USES_PRODUCT_SERVICESIMAGE - LOCAL_PRODUCT_SERVICES_MODULE - PRODUCT_PRODUCT_SERVICES_BASE_FS_PATH - PRODUCT_PRODUCT_SERVICES_VERITY_PARTITION - PRODUCT_PRODUCT_SERVICES_PROPERTIES - TARGET_COPY_OUT_PRODUCT_SERVICES - TARGET_OUT_PRODUCT_SERVICES - TARGET_OUT_PRODUCT_SERVICES_* Bug: 80741439 Test: Successfully built product-services.img with one module in it, and flashed on device. Also successfully built image with /system/product-services directory and no /product-services partition. Change-Id: I5d229f6ac729ea6df9ff1f14cee2e28972cd9b4d
Diffstat (limited to 'help.sh')
-rwxr-xr-xhelp.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/help.sh b/help.sh
index c1435429e..ad2225308 100755
--- a/help.sh
+++ b/help.sh
@@ -40,6 +40,8 @@ Common goals are:
40 Stands for "Vendor, NO Dependencies" 40 Stands for "Vendor, NO Dependencies"
41 pnod Quickly rebuild the product image from built packages 41 pnod Quickly rebuild the product image from built packages
42 Stands for "Product, NO Dependencies" 42 Stands for "Product, NO Dependencies"
43 psnod Quickly rebuild the product-services image from built packages
44 Stands for "ProductServices, NO Dependencies"
43 45
44 46
45So, for example, you could run: 47So, for example, you could run: