aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2018-01-10 19:00:15 +0900
committerJaekyun Seok <jaekyun@google.com>2018-01-25 07:50:35 +0900
commit5cfbfbb67afb772e29c285e72e385c18a16a23ec (patch)
tree1f845afbdb9604cf3c362b918c20e2b2609063b4 /android/module.go
parentfdc2b3bebef0b7a270842d53b46577046bb14e44 (diff)
downloadbuild_soong-5cfbfbb67afb772e29c285e72e385c18a16a23ec.tar.gz
build_soong-5cfbfbb67afb772e29c285e72e385c18a16a23ec.tar.bz2
build_soong-5cfbfbb67afb772e29c285e72e385c18a16a23ec.zip
Use product instead of oem for Product specific module
Bug: 64195575 Test: succeeded building product.img with BOARD_PRODUCTIMAGE_PARTITION_SIZE, BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE and PRODUCT_PRODUCT_VERITY_PARTITION. Change-Id: Icc4f8c16bc389fe20db680849f311d02df1299c3
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/module.go b/android/module.go
index 0fb94796..14b9f41b 100644
--- a/android/module.go
+++ b/android/module.go
@@ -232,8 +232,8 @@ type commonProperties struct {
Device_specific *bool
// whether this module is specific to a software configuration of a product (e.g. country,
- // network operator, etc). When set to true, it is installed into /oem (or /system/oem if
- // oem partition does not exist).
+ // network operator, etc). When set to true, it is installed into /product (or
+ // /system/product if product partition does not exist).
Product_specific *bool
// init.rc files to be installed if this module is installed