diff options
author | Anton Hansson <hansson@google.com> | 2021-04-12 18:24:01 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2021-04-12 18:39:33 +0100 |
commit | 9c74c744fcf35107a6b00341ef7e4c98aca50de4 (patch) | |
tree | 701ab89de51c0de4262a7f8c1c181998f583d886 | |
parent | e3d44e8b7628fe2c0ef29c54347685a1370b28ed (diff) |
Inline usage of jarjar_rules.txt
No need to have a filegroup for this. This also has the nice side-effect
of avoiding modules outside this directory depending on the file.
Bug: 185128417
Test: m
Change-Id: Idef6f2fd89116490c43427bba55202f46377a83d
-rw-r--r-- | Android.bp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp index f3888ab78b63..ca014bc7b11c 100644 --- a/Android.bp +++ b/Android.bp @@ -271,11 +271,6 @@ java_library { installable: false, } -filegroup { - name: "framework-jarjar-rules", - srcs: ["framework-jarjar-rules.txt"], -} - java_defaults { name: "framework-minus-apex-defaults", defaults: ["framework-aidl-export-defaults"], @@ -296,7 +291,7 @@ java_defaults { "--core-library", "--multi-dex", ], - jarjar_rules: ":framework-jarjar-rules", + jarjar_rules: "framework-jarjar-rules.txt", javac_shard_size: 150, plugins: [ "view-inspector-annotation-processor", |