Go to file
Joe Onorato 14d9515363 Instrumentation links against the jar file for its app, so use that at the dependency.
I don't remember exactly, but I think the dependencies for apps
were broken, and you couldn't reliably cause the java to be rebuilt
by depending just on the jar file-- you needed to depend on the
apk.  That isn't the case anymore, and relying on the apk means
that something built in out/target/common was depending on something
that's deleted by installclean.

With this change (and others), on my mac, the build after
installclean for passion-eng takes 2 minutes instead of 11.

Change-Id: Ib490f88292d591254013e07958961fc50ec2e3dc
2010-07-14 19:49:05 -07:00
core Instrumentation links against the jar file for its app, so use that at the dependency. 2010-07-14 19:49:05 -07:00
libs/host remove mkdirs/etc which caused us to depend on libutils 2009-06-04 14:54:15 -07:00
target Use stagefright (instead of OpenCore) authoring engine by default 2010-06-24 09:53:35 -07:00
tools Fix event-log-tags so we don't rebuild framework.jar because of an installclean. 2010-07-14 10:22:54 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:03 -08:00
buildspec.mk.default The java version changed, and we made envsetup automatically find the right JAVA_HOME. 2010-06-23 14:03:13 -07:00
envsetup.sh am c048c9b5: default empty tapas to TARGET_BUILD_APPS "all" 2010-06-24 17:59:32 -07:00