Merge "Tag resource_dirs as android:"path"" into main

This commit is contained in:
Cole Faust
2024-08-01 17:22:45 +00:00
committed by Gerrit Code Review

View File

@@ -76,7 +76,7 @@ type aaptProperties struct {
// list of directories relative to the Blueprints file containing
// Android resources. Defaults to ["res"] if a directory called res exists.
// Set to [] to disable the default.
Resource_dirs []string
Resource_dirs []string `android:"path"`
// list of zip files containing Android resources.
Resource_zips []string `android:"path"`