summaryrefslogtreecommitdiff
path: root/api/Android.bp
diff options
context:
space:
mode:
authorHai Zhang <zhanghai@google.com>2021-01-21 12:48:43 -0800
committerHai Zhang <zhanghai@google.com>2021-01-23 00:19:59 -0800
commit591e121df6106197f8cba37696c28f4a90634f84 (patch)
tree0a2286850b75dbabbddeb99b94ac0d69e8518054 /api/Android.bp
parent1581f4fc978124c66600144135d257499f38c41b (diff)
Add framework-permission-s java_sdk_library.
This will host the moved framework classes for role. The class RoleFrameworkPlaceholder is added because the build won't pass if there isn't any java source. Bug: 158736025 Test: build Change-Id: Icabab2cc956d6c7c07a6217256d23a8402960307
Diffstat (limited to 'api/Android.bp')
-rw-r--r--api/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp
index 1a58a16f3dc7..69dce979748e 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -35,6 +35,7 @@ genrule {
":framework-media{.public.api.txt}",
":framework-mediaprovider{.public.api.txt}",
":framework-permission{.public.api.txt}",
+ ":framework-permission-s{.public.api.txt}",
":framework-sdkextensions{.public.api.txt}",
":framework-statsd{.public.api.txt}",
":framework-tethering{.public.api.txt}",
@@ -71,6 +72,7 @@ genrule {
":framework-media{.public.stubs.source}",
":framework-mediaprovider{.public.stubs.source}",
":framework-permission{.public.stubs.source}",
+ ":framework-permission-s{.public.stubs.source}",
":framework-sdkextensions{.public.stubs.source}",
":framework-statsd{.public.stubs.source}",
":framework-tethering{.public.stubs.source}",
@@ -93,6 +95,7 @@ genrule {
":framework-media{.public.removed-api.txt}",
":framework-mediaprovider{.public.removed-api.txt}",
":framework-permission{.public.removed-api.txt}",
+ ":framework-permission-s{.public.removed-api.txt}",
":framework-sdkextensions{.public.removed-api.txt}",
":framework-statsd{.public.removed-api.txt}",
":framework-tethering{.public.removed-api.txt}",
@@ -125,6 +128,7 @@ genrule {
":framework-media{.system.api.txt}",
":framework-mediaprovider{.system.api.txt}",
":framework-permission{.system.api.txt}",
+ ":framework-permission-s{.system.api.txt}",
":framework-sdkextensions{.system.api.txt}",
":framework-statsd{.system.api.txt}",
":framework-tethering{.system.api.txt}",
@@ -157,6 +161,7 @@ genrule {
":framework-media{.system.removed-api.txt}",
":framework-mediaprovider{.system.removed-api.txt}",
":framework-permission{.system.removed-api.txt}",
+ ":framework-permission-s{.system.removed-api.txt}",
":framework-sdkextensions{.system.removed-api.txt}",
":framework-statsd{.system.removed-api.txt}",
":framework-tethering{.system.removed-api.txt}",
@@ -189,6 +194,7 @@ genrule {
":framework-media{.module-lib.api.txt}",
":framework-mediaprovider{.module-lib.api.txt}",
":framework-permission{.module-lib.api.txt}",
+ ":framework-permission-s{.module-lib.api.txt}",
":framework-sdkextensions{.module-lib.api.txt}",
":framework-statsd{.module-lib.api.txt}",
":framework-tethering{.module-lib.api.txt}",
@@ -220,6 +226,7 @@ genrule {
":framework-media{.module-lib.removed-api.txt}",
":framework-mediaprovider{.module-lib.removed-api.txt}",
":framework-permission{.module-lib.removed-api.txt}",
+ ":framework-permission-s{.module-lib.removed-api.txt}",
":framework-sdkextensions{.module-lib.removed-api.txt}",
":framework-statsd{.module-lib.removed-api.txt}",
":framework-tethering{.module-lib.removed-api.txt}",