DescriptionRemove unnecessary exception for unknown_deps
The removed exception is raised when I am testing link to a jar file which
extract from a .aar file through an action. For example:
action("extract_aar") {
script = ".."
...
outputs = ["$root_out_dir/test.jar",]
}
android_java_prebuilt("test_prebuilt") {
jar_path = "$root_out_dir/test.jar"
deps = [":extract_aar"]
}
It looks like the exception is unnecessary anymore so removing it.
BUG=NONE
Committed: https://crrev.com/01ec845c3abedb6e8b279386577e521e0e43e9b8
Cr-Commit-Position: refs/heads/master@{#391586}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 9 (3 generated)
|