diff options
author | Paul Duffin <paulduffin@google.com> | 2021-02-12 15:42:20 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2021-02-16 13:28:26 +0000 |
commit | f8f4af8f1a3045da2cb3b13c1dd575bd9f4a06f7 (patch) | |
tree | e338e59b63cd18ad0b2e13059abef99cd59074af /java/hiddenapi_singleton_test.go | |
parent | 031d8693b3dae7edaca2e5fef3d017ac2e67424d (diff) |
Remove implicit dependency from <x> -> <x>-hiddenapi
It can be removed as all implicit dependencies have been replaced with
explicit ones so it is no longer needed.
Test: m droid
Verified that hiddenapi files (both aggregated ones and for the
individual modules) are not affected by this change.
Change-Id: I3da5fcb3b244a295502f2cacc94a504250d4d616
Diffstat (limited to 'java/hiddenapi_singleton_test.go')
-rw-r--r-- | java/hiddenapi_singleton_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/hiddenapi_singleton_test.go b/java/hiddenapi_singleton_test.go index 4670d0311..c0f0e381c 100644 --- a/java/hiddenapi_singleton_test.go +++ b/java/hiddenapi_singleton_test.go @@ -89,12 +89,6 @@ func TestHiddenAPIIndexSingleton(t *testing.T) { } java_library { - name: "foo-hiddenapi", - srcs: ["a.java"], - compile_dex: true, - } - - java_library { name: "foo-hiddenapi-annotations", srcs: ["a.java"], compile_dex: true, @@ -118,7 +112,6 @@ func TestHiddenAPIIndexSingleton(t *testing.T) { indexRule := hiddenAPIIndex.Rule("singleton-merged-hiddenapi-index") CheckHiddenAPIRuleInputs(t, ` .intermediates/bar/android_common/hiddenapi/index.csv -.intermediates/foo-hiddenapi/android_common/hiddenapi/index.csv .intermediates/foo/android_common/hiddenapi/index.csv `, indexRule) |