diff options
author | 2016-10-03 10:30:14 +0000 | |
---|---|---|
committer | 2016-10-03 10:30:14 +0000 | |
commit | e60842aba30adee4cf2057a39ac9a396790e938f (patch) | |
tree | 179f61a2d86eb624641387ee115f6e3718dbc60f /include/androidfw/AssetManager.h | |
parent | d9c364a65411b008340655012efc00d4d07cbd73 (diff) | |
parent | c03d9483f0380fb7babfdeb11d6762bc6c8d784c (diff) |
Change name of overlay subdir property to sku.
am: c03d9483f0
Change-Id: I1368890b9c2dde2c5177473da3af0872c0c937a1
Diffstat (limited to 'include/androidfw/AssetManager.h')
-rw-r--r-- | include/androidfw/AssetManager.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/androidfw/AssetManager.h b/include/androidfw/AssetManager.h index 0b2280239260..099d82eb564f 100644 --- a/include/androidfw/AssetManager.h +++ b/include/androidfw/AssetManager.h @@ -73,12 +73,11 @@ public: static const char* IDMAP_BIN; static const char* OVERLAY_DIR; /* - * If OVERLAY_SUBDIR_PROPERTY is set, search for runtime resource overlay - * APKs in OVERLAY_SUBDIR/<value of OVERLAY_SUBDIR_PROPERTY>/ rather than in + * If OVERLAY_SKU_DIR_PROPERTY is set, search for runtime resource overlay + * APKs in OVERLAY_DIR/<value of OVERLAY_SKU_DIR_PROPERTY> rather than in * OVERLAY_DIR. */ - static const char* OVERLAY_SUBDIR; - static const char* OVERLAY_SUBDIR_PROPERTY; + static const char* OVERLAY_SKU_DIR_PROPERTY; static const char* TARGET_PACKAGE_NAME; static const char* TARGET_APK_PATH; static const char* IDMAP_DIR; |