Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb83cc26 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Fix RRO when LOCAL_EXPORT_PACKAGE_RESOURCES is unset"

parents 9a50c1f4 89d3d2ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ ifdef LOCAL_SOONG_RRO_DIRS
      $(my_register_name), \
      $(my_register_name), \
      false, \
      false, \
      $(LOCAL_FULL_MANIFEST_FILE), \
      $(LOCAL_FULL_MANIFEST_FILE), \
      $(LOCAL_EXPORT_PACKAGE_RESOURCES), \
      $(if $(LOCAL_EXPORT_PACKAGE_RESOURCES),true,false), \
      $(LOCAL_SOONG_RRO_DIRS))
      $(LOCAL_SOONG_RRO_DIRS))
endif
endif