Searched refs:isGame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp1312 int32_t isGame = AaptXml::getResolvedIntegerAttribute(res, tree, local
1315 fprintf(stderr, "ERROR getting 'android:isGame' attribute: %s\n",
1319 if (isGame != 0) {
1320 printf("application-isGame\n");

Completed in 855 milliseconds