Loading tools/aapt/Resource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2119,7 +2119,7 @@ static status_t writeResourceLoadedCallbackForLayoutClasses( indentStr); } return hasErrors ? UNKNOWN_ERROR : NO_ERROR; return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; } static status_t writeResourceLoadedCallback( Loading Loading
tools/aapt/Resource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2119,7 +2119,7 @@ static status_t writeResourceLoadedCallbackForLayoutClasses( indentStr); } return hasErrors ? UNKNOWN_ERROR : NO_ERROR; return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; } static status_t writeResourceLoadedCallback( Loading