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:
Colin Cross 2014-02-04 11:16:16 -08:00
parent 8b20d5b97e
commit 58d879f4f4
1 changed files with 4 additions and 0 deletions

View File

@ -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 :=