commit | ed29246e31016d4fefdb360cdc9caa44913086e8 | [log] [tgz] |
---|---|---|
author | Brandon Ballinger <brandonb@google.com> | Tue Oct 20 17:41:16 2009 -0700 |
committer | Brandon Ballinger <brandonb@google.com> | Tue Oct 20 17:41:16 2009 -0700 |
tree | 639e7afe36791067367a40d726421e2cc0219d23 | |
parent | aa569862dee45bfa72d342e9982cb5205df9bf04 [diff] [blame] |
Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.
diff --git a/core/prebuilt.mk b/core/prebuilt.mk index 4cbbb99..1bb3acf 100644 --- a/core/prebuilt.mk +++ b/core/prebuilt.mk
@@ -51,6 +51,7 @@ PACKAGES.$(LOCAL_MODULE).PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8 PACKAGES.$(LOCAL_MODULE).CERTIFICATE := $(LOCAL_CERTIFICATE).x509.pem +PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES)) PACKAGES := $(PACKAGES) $(LOCAL_MODULE) endif