diff options
| author | 2024-08-01 17:22:45 +0000 | |
|---|---|---|
| committer | 2024-08-01 17:22:45 +0000 | |
| commit | 3bec2a77a64ea1667d58281a70a4b2c9719bc94d (patch) | |
| tree | c01969429c27e0224ecaca3b03a009b94c658b7f /java/aar.go | |
| parent | b42b703f53220868f4beef791bcb4bc904bbfbc1 (diff) | |
| parent | d65add2253e883c28933ec90abe1ce9a5d8d0ab0 (diff) | |
Merge "Tag resource_dirs as android:"path"" into main
Diffstat (limited to 'java/aar.go')
| -rw-r--r-- | java/aar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/aar.go b/java/aar.go index b69b7c262..186289e02 100644 --- a/java/aar.go +++ b/java/aar.go @@ -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"` |