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

Commit 30cadc25 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "AAPT2: Suppress warnings from libandroidfw when built for host" into nyc-dev

parents e015cd4d 1d7172e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3935,7 +3935,9 @@ bool ResTable::getResourceName(uint32_t resID, bool allowUtf8, resource_name* ou
        if (Res_GETPACKAGE(resID)+1 == 0) {
            ALOGW("No package identifier when getting name for resource number 0x%08x", resID);
        } else {
#ifndef STATIC_ANDROIDFW_FOR_TOOLS
            ALOGW("No known package when getting name for resource number 0x%08x", resID);
#endif
        }
        return false;
    }