summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorShuo Qian <shuoq@google.com>2021-02-26 22:56:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-02-26 22:56:18 +0000
commit8b8f2625db6202831cc28b5cd29ea9a24e7c6479 (patch)
tree58fbd7c2e99c1c28b1b8725a7271527446015807 /api
parent3512bdfde40b38a4b2766008d7a583f4d0f1f1e7 (diff)
parent3c6501240ba643616908a42e979c301ff45bc3ca (diff)
downloadbase-8b8f2625db6202831cc28b5cd29ea9a24e7c6479.tar.gz
Merge changes from topic "cp-rvc-aosp" into sc-dev
* changes: [automerged blank] Add Emergency callback mode shell command 2p: b201f9b1e6 Add Emergency callback mode shell command
Diffstat (limited to 'api')
-rw-r--r--api/Android.bp46
1 files changed, 0 insertions, 46 deletions
diff --git a/api/Android.bp b/api/Android.bp
index 1fdf1771bb13..1d4698e7c512 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -347,49 +347,3 @@ genrule {
out: ["combined-removed-dex.txt"],
cmd: "$(location gen_combined_removed_dex.sh) $(location metalava) $(genDir) $(in) > $(out)",
}
-
-genrule {
- name: "services-system-server-current.txt",
- srcs: [
- ":service-permission{.system-server.api.txt}",
- ":non-updatable-system-server-current.txt",
- ],
- out: ["system-server-current.txt"],
- tools: ["metalava"],
- cmd: "$(location metalava) --no-banner --format=v2 $(in) --api $(out)",
- dists: [
- {
- targets: ["droidcore"],
- dir: "api",
- dest: "system-server-current.txt",
- },
- {
- targets: ["sdk", "win_sdk"],
- dir: "apistubs/android/system-server/api",
- dest: "merge-android.txt",
- },
- ],
-}
-
-genrule {
- name: "services-system-server-removed.txt",
- srcs: [
- ":service-permission{.system-server.removed-api.txt}",
- ":non-updatable-system-server-removed.txt",
- ],
- out: ["system-server-removed.txt"],
- tools: ["metalava"],
- cmd: "$(location metalava) --no-banner --format=v2 $(in) --api $(out)",
- dists: [
- {
- targets: ["droidcore"],
- dir: "api",
- dest: "system-server-removed.txt",
- },
- {
- targets: ["sdk", "win_sdk"],
- dir: "apistubs/android/system-server/api",
- dest: "merge-removed.txt",
- },
- ],
-}