Merge "Fix RRO when LOCAL_EXPORT_PACKAGE_RESOURCES is unset"

am: bb83cc2689

Change-Id: I426205719696e3d52788e60a5d7e215ebeadf2f6
This commit is contained in:
Anton Hansson 2019-01-30 14:39:33 -08:00 committed by android-build-merger
commit 65adcb9e7f
1 changed files with 1 additions and 1 deletions

View File

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