Merge commit '355670b98584210502f96fe0446a854f07026c28' into eclair-mr2-plus-aosp * commit '355670b98584210502f96fe0446a854f07026c28': Add OVERRIDE_PACKAGES support for prebuild modules.
This commit is contained in:
commit
053ff0e674
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,8 @@ else
|
|||
prebuilt_module_is_a_library :=
|
||||
endif
|
||||
|
||||
PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES))
|
||||
|
||||
# Ensure that prebuilt .apks have been aligned.
|
||||
ifneq ($(filter APPS,$(LOCAL_MODULE_CLASS)),)
|
||||
$(LOCAL_BUILT_MODULE) : $(LOCAL_PATH)/$(LOCAL_SRC_FILES) | $(ZIPALIGN)
|
||||
|
@ -51,7 +53,6 @@ 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