Tag dex_preopt.profile as a path

Tag dex_preopt.profile with `android:"path"` so that it can be used
with a filegroup.

Test: m checkbuild
Change-Id: I5d6bbfcfcf0a1a22c9478ad57d0c55fb9b9efadd
This commit is contained in:
Colin Cross
2019-04-26 10:52:32 -07:00
parent aa1c6f1f5a
commit de4e4e6a6d

View File

@@ -51,7 +51,7 @@ type DexpreoptProperties struct {
// If set, provides the path to profile relative to the Android.bp file. If not set,
// defaults to searching for a file that matches the name of this module in the default
// profile location set by PRODUCT_DEX_PREOPT_PROFILE_DIR, or empty if not found.
Profile *string
Profile *string `android:"path"`
}
}