Go to file
Ying Wang 07acdbfd32 Running jarjar on Java resources.
Before this change, Java resources are added as a separate step
(add-java-resources-to-package) after dex is run, so jarjar isn't run on
the resource files.
With this change, we add Java resources immediately after we call javac,
so jarjar is run on the resource files (the module's own resource, as
well as resources carried by static Java libraries).
When we generate the final apk/jar, we use the jarjar'ed jar as the
inital pacakge file, with class files and empty folders removed.

(cherry-picked from commit 140274707e)

Bug: 18837479
Change-Id: I15ecf282bfb65fd53dd03fbd03dd4c71927c186a
2015-01-21 11:57:52 -08:00
core Running jarjar on Java resources. 2015-01-21 11:57:52 -08:00
libs/host Remove HAVE_SYMLINKS. 2015-01-12 17:21:01 -08:00
target Add ld.mc as a required executable to core_minimal.mk. 2015-01-14 16:11:12 -08:00
tools build_image: Set file system labels on disk images 2015-01-05 17:49:37 +01:00
.gitignore Delete .swp file added by accident. 2014-07-22 17:42:35 -07:00
CleanSpec.mk Make gnu++11 the default standard version. 2014-11-24 15:53:31 -08:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh Fix incorrect name for x86 platform's gdb 2015-01-05 14:36:38 -08:00