diff options
| author | 2014-08-15 14:47:28 -0700 | |
|---|---|---|
| committer | 2014-08-25 20:04:07 -0700 | |
| commit | 1e466385d4a4f1acee080fa0fdf16cc8fd8ce7ca (patch) | |
| tree | 431c15e17f780767289dc5d3362d5d6d53ee3c18 /tools/aapt/Main.h | |
| parent | 5b8e5a7d4c930b42e1a3c2b3e67144b89d37efa2 (diff) | |
Have R classes generate their own reference rewrite logic
Change-Id: I0e5b8311fc3479d966a49f9acf0d4c32a6a024d3
Diffstat (limited to 'tools/aapt/Main.h')
| -rw-r--r-- | tools/aapt/Main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aapt/Main.h b/tools/aapt/Main.h index 34c449687c56..dd40b2011dc8 100644 --- a/tools/aapt/Main.h +++ b/tools/aapt/Main.h @@ -49,7 +49,8 @@ extern android::status_t buildResources(Bundle* bundle, const sp<AaptAssets>& assets, sp<ApkBuilder>& builder); extern android::status_t writeResourceSymbols(Bundle* bundle, - const sp<AaptAssets>& assets, const String8& pkgName, bool includePrivate); + const sp<AaptAssets>& assets, const String8& pkgName, + bool includePrivate, bool emitCallback); extern android::status_t writeProguardFile(Bundle* bundle, const sp<AaptAssets>& assets); |