No description
Find a file
Ying Wang c16dbcd8c8 Fix multiple modules with the same name in FACTORY_RAMDISK_MODULES
With this change, if a module name is associated with multiple modules,
you can specify multiple install paths in
PRODUCT_FACTORY_RAMDISK_MODULES.
For example, if we have 2 modules named "foo", one is Java library and
the other is executable, then you can write:
PRODUCT_FACTORY_RAMDISK_MODULES += \
  foo:system/bin/foo:system/framework/foo.jar
Or:
PRODUCT_FACTORY_RAMDISK_MODULES += \
  foo:system/bin/foo \
  foo:system/framework/foo.jar

The build system will choose the correct built files based on the
install paths.

Change-Id: I6efc72e8abd1e81710ada16731b6792989aefd85
2011-12-21 11:30:59 -08:00
core Fix multiple modules with the same name in FACTORY_RAMDISK_MODULES 2011-12-21 11:30:59 -08:00
libs/host Cygwin fix: Use new #if HAVE_STAT_ST_MTIM 2010-11-01 15:53:45 -07:00
target am 615d2ffa: Enable the OpenGL View renderer on the emulator 2011-12-12 18:09:44 -08:00
tools am c4e8801c: am 50d6f97c: docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix 2011-12-15 20:10:53 -08:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
CleanSpec.mk Did I say 4.1? Oh well what I *really* meant was 4.0.3, of course. 2011-12-07 10:30:19 -08:00
envsetup.sh am 3146eb76: am 1708a6f7: am 4880b436: am 62a2b188: Merge "Avoid complaining about empty directories" 2011-07-18 14:47:21 -07:00