Change ResourceType cookies to int32_t.

Also change the order of parameters in ResTable constructors
to avoid ambiguity.

(cherry picked from commit 00b314436f)

Change-Id: I874c5d03c134dc3c331fba423b5280366296287c
This commit is contained in:
Narayan Kamath
2014-01-27 17:32:37 +00:00
parent e05b7b50e2
commit 7c4887f66b
5 changed files with 25 additions and 27 deletions

View File

@@ -1320,8 +1320,7 @@ status_t buildResources(Bundle* bundle, const sp<AaptAssets>& assets)
}
// Read resources back in,
finalResTable.add(resFile->getData(), resFile->getSize(), NULL);
finalResTable.add(resFile->getData(), resFile->getSize());
#if 0
NOISY(
printf("Generated resources:\n");