Go to file
Dima Zavin f625bf277c core: Add a phony package definition
This allows one to declare a meta-package that depends on a list
of modules. This is extremely useful for vendor provided prebulit
libraries where there is a big list of libraries/binaries to include.
Specifying that list in multiple places would be error prone and
eventually lead to very annoying bug hunts.

With a fake package, one does:

LOCAL_MODULE := my_fake_package
LOCAL_REQUIRED_MODULES := <list of required module names>
LOCAL_MODULE_TAGS := optional
include $(BUILD_PHONY_PACKAGE)

Change-Id: Idcfe91f6f2d6d886aba094981a70690e5a808bfc
Signed-off-by: Dima Zavin <dima@android.com>
2010-09-26 15:00:31 -07:00
core core: Add a phony package definition 2010-09-26 15:00:31 -07:00
libs/host Fix build - USE_MINGW seems to be the preferred define 2010-07-09 13:25:41 -07:00
target Add wpa_supplicant.conf to the core.mk 2010-09-24 11:14:16 -07:00
tools am b6579c68: am 1448b0b7: Remove emulator-based dexpreopt code 2010-09-26 14:16:20 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk deal with gps renaming 2010-09-21 15:58:12 -07:00
buildspec.mk.default am 1884d99a: am aee4daac: The java version changed, and we made envsetup automatically find the right JAVA_HOME. 2010-06-23 16:04:38 -07:00
envsetup.sh Add tab completion for lunch. 2010-08-03 09:39:39 -07:00