forked from openkylin/platform_build
don't rename 32-bit packages to *_32
Renaming 32-bit packages to *_32 breaks PRODUCT_PACKAGES dependencies. Change-Id: I5457c07b64885d77a6bd8fbcbba97d28393c581d
This commit is contained in:
parent
8b20d5b97e
commit
58d879f4f4
|
@ -31,6 +31,8 @@ else
|
|||
LOCAL_2ND_ARCH_VAR_PREFIX :=
|
||||
endif
|
||||
|
||||
LOCAL_NO_2ND_ARCH_MODULE_SUFFIX := true
|
||||
|
||||
# If this makefile is being read from within an inheritance,
|
||||
# use the new values.
|
||||
skip_definition:=
|
||||
|
@ -474,4 +476,6 @@ endif # skip_definition
|
|||
# Reset internal variables.
|
||||
all_res_assets :=
|
||||
|
||||
LOCAL_NO_2ND_ARCH_MODULE_SUFFIX :=
|
||||
|
||||
LOCAL_2ND_ARCH_VAR_PREFIX :=
|
||||
|
|
Loading…
Reference in New Issue