AAPT2: Add descriptions of Attributes in Styleables for R.java

Change-Id: I69e7b73cbdfe4baf502348397435c501ae29ff5e
This commit is contained in:
Adam Lesinski
2016-03-10 21:55:04 -08:00
parent 5b37ef489a
commit 7656554f91
10 changed files with 286 additions and 114 deletions

View File

@ -738,7 +738,7 @@ public:
return false;
}
JavaClassGenerator generator(table, javaOptions);
JavaClassGenerator generator(mContext, table, javaOptions);
if (!generator.generate(packageNameToGenerate, outPackage, &fout)) {
mContext->getDiagnostics()->error(DiagMessage(outPath) << generator.getError());
return false;