Loading tools/aapt/Resource.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -835,7 +835,9 @@ status_t buildResources(Bundle* bundle, const sp<AaptAssets>& assets) bool hasErrors = false; if (drawables != NULL) { if (bundle->getOutputAPKFile() != NULL) { err = preProcessImages(bundle, assets, drawables); } if (err == NO_ERROR) { err = makeFileResources(bundle, assets, &table, drawables, "drawable"); if (err != NO_ERROR) { Loading Loading
tools/aapt/Resource.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -835,7 +835,9 @@ status_t buildResources(Bundle* bundle, const sp<AaptAssets>& assets) bool hasErrors = false; if (drawables != NULL) { if (bundle->getOutputAPKFile() != NULL) { err = preProcessImages(bundle, assets, drawables); } if (err == NO_ERROR) { err = makeFileResources(bundle, assets, &table, drawables, "drawable"); if (err != NO_ERROR) { Loading