Merge "Tag resource_dirs as android:"path"" into main am: 3bec2a77a6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3203075 Change-Id: Idd595d679d76891546aebec6ca7146aae4942fc8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -76,7 +76,7 @@ type aaptProperties struct {
|
|||||||
// list of directories relative to the Blueprints file containing
|
// list of directories relative to the Blueprints file containing
|
||||||
// Android resources. Defaults to ["res"] if a directory called res exists.
|
// Android resources. Defaults to ["res"] if a directory called res exists.
|
||||||
// Set to [] to disable the default.
|
// Set to [] to disable the default.
|
||||||
Resource_dirs []string
|
Resource_dirs []string `android:"path"`
|
||||||
|
|
||||||
// list of zip files containing Android resources.
|
// list of zip files containing Android resources.
|
||||||
Resource_zips []string `android:"path"`
|
Resource_zips []string `android:"path"`
|
||||||
|
Reference in New Issue
Block a user