forked from openkylin/platform_build
Merge "Remove unused variables."
This commit is contained in:
commit
095c451541
|
@ -63,14 +63,6 @@ ifeq ($(LOCAL_MODULE_TAGS),)
|
|||
LOCAL_MODULE_TAGS := optional
|
||||
endif
|
||||
|
||||
ifeq ($(LOCAL_PACKAGE_ALIGNMENT),)
|
||||
LOCAL_PACKAGE_ALIGNMENT := $(DEFAULT_PACKAGE_ALIGNMENT)
|
||||
endif
|
||||
|
||||
ifeq ($(LOCAL_JNI_SHARED_LIBRARIES_PACKAGE_ALIGNMENT),)
|
||||
LOCAL_JNI_SHARED_LIBRARIES_PACKAGE_ALIGNMENT := $(DEFAULT_JNI_SHARED_LIBRARIES_PACKAGE_ALIGNMENT)
|
||||
endif
|
||||
|
||||
ifeq ($(filter tests, $(LOCAL_MODULE_TAGS)),)
|
||||
# Force localization check if it's not tagged as tests.
|
||||
LOCAL_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) -z
|
||||
|
|
Loading…
Reference in New Issue