Merge "AAPT2: Suppress warnings from libandroidfw when built for host" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
30cadc2529
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user