forked from openkylin/platform_build
Fix comment indicator on endif
It's referring to the wrong if start. Change-Id: I6f78aee54fb89fb5f69a4e86102d5a8e2cc2bbd1
This commit is contained in:
parent
08dc8498fe
commit
57b5232def
|
@ -88,7 +88,7 @@ my_res_package := $(intermediates.COMMON)/package-res.apk
|
|||
|
||||
LOCAL_INTERMEDIATE_TARGETS += $(my_res_package)
|
||||
endif # LOCAL_USE_AAPT2
|
||||
endif # LOCAL_RESOURCE_DIR
|
||||
endif # need_compile_res
|
||||
|
||||
all_res_assets := $(all_resources)
|
||||
|
||||
|
|
Loading…
Reference in New Issue