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
..
2010-09-10 14:52:25 -07:00
2010-08-11 14:08:28 -07:00
2009-05-21 09:27:39 -04:00
2009-03-03 19:28:42 -08:00
2009-03-11 12:11:54 -07:00
2009-03-11 12:11:54 -07:00
2009-03-03 19:28:42 -08:00
2010-09-24 15:57:47 -07:00
2010-09-23 18:05:38 -07:00
2010-06-18 08:11:13 -07:00
2010-08-24 18:08:47 -07:00
2009-03-03 19:28:42 -08:00
2010-09-22 16:51:53 -07:00
2010-09-19 12:04:23 -04:00
2010-09-22 17:19:11 -07:00
2010-09-26 15:00:31 -07:00
2009-03-03 19:28:42 -08:00
2010-09-24 18:27:29 -07:00
2009-03-03 19:28:42 -08:00
2010-09-22 16:51:53 -07:00
2009-03-03 19:28:42 -08:00
2010-09-16 09:43:20 -07:00
2010-07-29 19:09:12 -07:00
2010-09-07 10:29:34 -07:00
2010-09-24 15:55:42 -07:00
2009-03-03 19:28:42 -08:00
2009-03-03 19:28:42 -08:00
2010-09-22 14:11:49 -07:00
2009-03-03 19:28:42 -08:00
2010-09-23 16:34:59 -07:00
2010-07-21 11:22:52 -07:00
2009-03-03 19:28:42 -08:00
2009-03-03 19:28:42 -08:00
2009-10-15 16:28:56 -07:00
2010-09-22 16:51:53 -07:00
2010-09-24 18:27:29 -07:00
2009-03-03 19:28:42 -08:00
2010-09-26 13:16:35 -07:00
2010-09-26 14:58:28 -07:00
2010-09-22 17:19:11 -07:00
2010-09-15 22:03:38 -07:00
2010-07-26 16:25:55 -07:00
2010-02-18 12:23:35 -08:00
2009-04-13 12:51:43 -04:00
2010-09-22 17:19:11 -07:00
2010-08-16 15:18:51 -07:00
2010-09-26 15:00:31 -07:00
2009-12-15 15:06:55 -08:00
2010-08-13 15:28:48 -07:00
2009-03-03 19:28:42 -08:00
2009-03-03 19:28:42 -08:00
2009-03-03 19:28:42 -08:00
2010-09-14 16:32:12 -07:00
2010-09-14 13:13:27 -04:00
2010-02-11 13:41:10 -08:00
2010-08-11 08:24:46 +08:00
2010-07-13 16:29:18 -07:00
2009-03-03 19:28:42 -08:00
2009-03-03 19:28:42 -08:00
2010-07-13 16:29:18 -07:00
2009-03-03 19:28:42 -08:00
2010-07-13 16:29:18 -07:00
2010-09-23 11:34:33 -07:00
2010-07-27 14:59:24 -07:00