No description
Find a file
Ying Wang 957fea52f3 Fix dependency when switching between build variants with and without Proguard.
With this change, in a user build the dependency looks like:
package.apk -> progaurd.classes.dex -> ... -> proguard.classes.jar
While in an eng build:
package.apk -> noproguard.classes.dex -> ... -> noproguard.classes.jar

Because package.apk is product-specific and removed when switching between
user and eng builds, it can always be built with the correct and up-to-date .dex file.

Bug: 3022484

Change-Id: I3a732cb3e256f193088c294dc4a0573188283cb2
2010-09-23 16:48:46 -07:00
core Fix dependency when switching between build variants with and without Proguard. 2010-09-23 16:48:46 -07:00
libs/host remove mkdirs/etc which caused us to depend on libutils 2009-06-04 14:54:15 -07:00
target Turn dalvikvm host builds on by default when linux is the host OS. 2010-09-22 11:39:18 -07:00
tools accommodate both new and old target-files when creating incrementals (do not merge) 2010-09-22 10:12:54 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -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
CleanSpec.mk deal with gps renaming 2010-09-21 15:58:12 -07:00
envsetup.sh am d5c217ac: Merge "add phony target "all_modules" and use it as make goal for "mm"/"mmm"" into froyo 2010-07-22 10:58:14 -07:00