summaryrefslogtreecommitdiff
path: root/include/androidfw/AssetManager.h
diff options
context:
space:
mode:
author Jakub Adamek <jakuba@google.com> 2016-10-21 07:16:07 +0000
committer android-build-merger <android-build-merger@google.com> 2016-10-21 07:16:07 +0000
commit93bbe47d650b7b5e48d705257c0bdfa086300549 (patch)
treedd1e6a8a7d277a5296d1e0c6181d68392d600a91 /include/androidfw/AssetManager.h
parent9610c3a2a9937699c2ed27e292754b531f6e05ca (diff)
parent6bbb63ad91a707c77dd52f0b6caa12a720732ee1 (diff)
Change name of overlay subdir 'sku'->'theme' am: 54dcaaba4f
am: 6bbb63ad91 Change-Id: I71dfaafbebaa7bd61d182405c734eef1ea7ff1eb
Diffstat (limited to 'include/androidfw/AssetManager.h')
-rw-r--r--include/androidfw/AssetManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/androidfw/AssetManager.h b/include/androidfw/AssetManager.h
index 7aec3239e1c0..4377213997b0 100644
--- a/include/androidfw/AssetManager.h
+++ b/include/androidfw/AssetManager.h
@@ -70,11 +70,11 @@ public:
static const char* IDMAP_BIN;
static const char* OVERLAY_DIR;
/*
- * If OVERLAY_SKU_DIR_PROPERTY is set, search for runtime resource overlay
- * APKs in OVERLAY_DIR/<value of OVERLAY_SKU_DIR_PROPERTY> in addition to
+ * If OVERLAY_THEME_DIR_PROPERTY is set, search for runtime resource overlay
+ * APKs in OVERLAY_DIR/<value of OVERLAY_THEME_DIR_PROPERTY> in addition to
* OVERLAY_DIR.
*/
- static const char* OVERLAY_SKU_DIR_PROPERTY;
+ static const char* OVERLAY_THEME_DIR_PROPERTY;
static const char* TARGET_PACKAGE_NAME;
static const char* TARGET_APK_PATH;
static const char* IDMAP_DIR;