Files
build_soong/java
Colin Cross 37f6d79c7e Add exclude_files and exclude_dirs properties to java_import
Prebuilt jars sometime contain files that we don't want.  In Make
we would delete everything in META-INF when importing jars, but
that caused problems when there were necessary files in there,
so we added LOCAL_DONT_DELETE_JAR_META_INF.

Soong does the opposite, keeping everything by default.  Add
properties to allow explicitly stripping unwanted files instead.

Bug: 111389216
Test: m checkbuild
Change-Id: I6d07f519ebc7d0e1bf0af93416bb569e3c2b1500
2018-07-12 16:59:59 -07:00
..
2018-07-11 19:46:38 +00:00
2018-07-11 19:46:38 +00:00
2018-07-11 19:46:38 +00:00
2018-07-11 19:46:38 +00:00
2018-07-09 12:42:01 -07:00
2018-02-22 16:48:35 -08:00
2018-04-13 16:37:22 -07:00
2018-05-17 10:11:17 -07:00