Skip to content
Snippets Groups Projects
Commit 9c74c744 authored by Anton Hansson's avatar Anton Hansson
Browse files

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
parent e3d44e8b
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment