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

Commit 61760876 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

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

am: 30cadc25

* commit '30cadc25':
  AAPT2: Suppress warnings from libandroidfw when built for host

Change-Id: I53cdedcfb71db41226d6bb07c3e2a8cca70b8320
parents 2258c96b 30cadc25
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;
    }