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

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

Completed in 46 milliseconds