Merge "Add platform_apis in Android.bp"

am: cebe8f985f

Change-Id: Ia9f556a6066985a4c210192b196f54c5c35d6cd6
This commit is contained in:
Jeongik Cha
2019-07-25 01:53:31 -07:00
committed by android-build-merger
2 changed files with 2 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ android_app {
srcs: ["src/**/*.java"],
platform_apis: true,
}

View File

@@ -23,4 +23,5 @@ android_app {
"src/FrameLayoutInflationActivity.java",
"src/TextViewInflationActivity.java",
],
platform_apis: true,
}