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

Commit 62aee6b9 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Tag dex_preopt.profile as a path" am: 3d974ec2

am: 79995782

Change-Id: I903413a3619cfb9ddb4ed7e99c471b8b690a5336
parents 24f65fb1 79995782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"`
	}
}