Merge "Add platform_apis in Android.bp" am: cebe8f985f

am: 869f3888bd

Change-Id: Ia8b15bc76441e5240bc90429b56cfdf1591a93f5
This commit is contained in:
Jeongik Cha
2019-07-25 02:03:22 -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,
}