forked from openkylin/platform_build
Merge "Fix RRO when LOCAL_EXPORT_PACKAGE_RESOURCES is unset"
This commit is contained in:
commit
bb83cc2689
|
@ -162,7 +162,7 @@ ifdef LOCAL_SOONG_RRO_DIRS
|
|||
$(my_register_name), \
|
||||
false, \
|
||||
$(LOCAL_FULL_MANIFEST_FILE), \
|
||||
$(LOCAL_EXPORT_PACKAGE_RESOURCES), \
|
||||
$(if $(LOCAL_EXPORT_PACKAGE_RESOURCES),true,false), \
|
||||
$(LOCAL_SOONG_RRO_DIRS))
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue