Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bec2a77 authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

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

parents b42b703f d65add22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"`