Merge commit 'baefd2480f63ad9b3a5ec9764879ae01f2ad9886' * commit 'baefd2480f63ad9b3a5ec9764879ae01f2ad9886': Fixes ProGuard options.
This commit is contained in:
commit
27861a988c
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ else
|
|||
LOCAL_JAVA_LIBRARIES := core ext framework $(LOCAL_JAVA_LIBRARIES)
|
||||
endif
|
||||
endif
|
||||
LOCAL_JAVA_LIBRARIES := $(sort $(LOCAL_JAVA_LIBRARIES))
|
||||
|
||||
LOCAL_BUILT_MODULE_STEM := $(strip $(LOCAL_BUILT_MODULE_STEM))
|
||||
ifeq ($(LOCAL_BUILT_MODULE_STEM),)
|
||||
|
|
|
@ -92,6 +92,7 @@ all_resources := $(strip \
|
|||
|
||||
all_res_assets := $(strip $(all_assets) $(all_resources))
|
||||
|
||||
package_expected_intermediates_COMMON := $(call local-intermediates-dir,COMMON)
|
||||
# If no assets or resources were found, clear the directory variables so
|
||||
# we don't try to build them.
|
||||
ifeq (,$(all_assets))
|
||||
|
@ -104,7 +105,6 @@ else
|
|||
# Make sure that R_file_stamp inherits the proper PRIVATE vars.
|
||||
# If R.stamp moves, be sure to update the framework makefile,
|
||||
# which has intimate knowledge of its location.
|
||||
package_expected_intermediates_COMMON := $(call local-intermediates-dir,COMMON)
|
||||
R_file_stamp := $(package_expected_intermediates_COMMON)/src/R.stamp
|
||||
LOCAL_INTERMEDIATE_TARGETS += $(R_file_stamp)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue