summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-10-28 19:44:34 +0000
committer Spandan Das <spandandas@google.com> 2024-10-28 19:52:47 +0000
commit168098c392712032db53fcac84140de4685af431 (patch)
treee59fceed2c61863b099914e2a07175c870974665 /Android.bp
parent859cdef88b917a31698310af7edf30fa06c2440e (diff)
Autogenerate a vendor-build.prop for the current product
The autogenerated soong vendor.img will use the autogenerated soong vendor-build.prop module. The autogenerated vendor-build.prop module is missing support for `android-info.txt` which is an additional input as --prop-files. Support for that will be added in a followup CL. Test: verified that autogenerated vendor.img for aosp_cf_x86_64_phone contains a build.prop file, and its contents are equivalent to kati built vendor build.prop file Bug: 375500423 Change-Id: I46b3c2e7cf44300820dcd2f7a9799ad11730691e
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d0f97db2a..cbe1c7b3f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -164,6 +164,7 @@ product_config {
name: "product_config",
visibility: [
"//build/make/target/product/generic",
+ "//build/soong/fsgen",
],
}