From 9a104a759e1c0959d57ec9c7abb466306d1b0bcf Mon Sep 17 00:00:00 2001 From: Artur Satayev Date: Thu, 5 Mar 2020 17:14:49 +0000 Subject: [PATCH] Remove unsupportedappusage_index.csv from droidcore target. out/soong/hiddenapi/hiddenapi-index.csv produced by a singleton rule replaced the target. Test: m Bug: 145132366 Change-Id: I29267c179f301ebcb128d615229858ced549d670 Merged-In: I29267c179f301ebcb128d615229858ced549d670 (cherry picked from commit e1b973857846d97155175fc830829e8e7da1701c) --- Android.bp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Android.bp b/Android.bp index 3f06ffd7ecd8a..b0e0b35a1f767 100644 --- a/Android.bp +++ b/Android.bp @@ -1133,16 +1133,6 @@ aidl_mapping { output: "framework-aidl-mappings.txt", } -genrule { - name: "framework-annotation-proc-index", - srcs: [":framework-annotation-proc"], - cmd: "unzip -qp $(in) unsupportedappusage/unsupportedappusage_index.csv > $(out)", - out: ["unsupportedappusage_index.csv"], - dist: { - targets: ["droidcore"], - }, -} - // Avoid including Parcelable classes as we don't want to have two copies of // Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony) // and TeleService app (packages/services/Telephony).