Merge commit 'c6c462434c17dfbbe3128b2a2804f5d2417ebadb' into eclair-mr2-plus-aosp * commit 'c6c462434c17dfbbe3128b2a2804f5d2417ebadb': Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.
This commit is contained in:
commit
21e91f357a
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ endif
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue