Merge "Check for frameworks/base/Android.bp instead of frameworks/base" am: d19b824e7f

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1640629

Change-Id: I52236b97dbfe21c7a8f64e41290c0fae3bf1a2c1
This commit is contained in:
Treehugger Robot
2021-03-18 22:38:11 +00:00
committed by Automerger Merge Worker

View File

@@ -1005,7 +1005,7 @@ func (c *config) DexpreoptGlobalConfig(ctx PathContext) ([]byte, error) {
}
func (c *config) FrameworksBaseDirExists(ctx PathContext) bool {
return ExistentPathForSource(ctx, "frameworks", "base").Valid()
return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
}
func (c *config) VndkSnapshotBuildArtifacts() bool {