OSDN Git Service

Remove the R/Manifest classes when building the static Java library
authorYing Wang <wangying@google.com>
Fri, 16 Dec 2011 00:36:55 +0000 (16:36 -0800)
committerYing Wang <wangying@google.com>
Fri, 16 Dec 2011 00:36:55 +0000 (16:36 -0800)
commit5758b8ed96783861c72b94a822c0ed581f414388
tree5399ec6f281fc3ca327d864cbc507883c78c19b4
parentbf6c611cae9c8c3540bed07cd3864026a48ca229
Remove the R/Manifest classes when building the static Java library

Bug: 5448433

Instead of deferring the removal to building the app.
In that case any R/Manifest classes in any static Java libraries will be
deleted, no matter if they are generated from Android resource, or just
source R.java/Manifest.java in the source tree by accident.

Change-Id: I656f45e3cbc3796c5d4832363231480b3f1dc5b8
core/definitions.mk
core/host_java_library.mk
core/java.mk
core/static_java_library.mk