From 42eea270a0a2bc54f454312817c41ac357e3a884 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Thu, 15 Jan 2015 17:01:39 -0800 Subject: Process base APK The base APK may have resources with configurations that compete against some splits. The base APK must be involved in the selection of splits. Bug:18982001 Change-Id: Ieb29b5a36cf2c68e7831484d98a9fd275acd97e8 --- include/androidfw/ResourceTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/androidfw/ResourceTypes.h b/include/androidfw/ResourceTypes.h index 5a28be5..f2d85b4 100644 --- a/include/androidfw/ResourceTypes.h +++ b/include/androidfw/ResourceTypes.h @@ -1779,7 +1779,7 @@ public: const DynamicRefTable* getDynamicRefTableForCookie(int32_t cookie) const; // Return the configurations (ResTable_config) that we know about - void getConfigurations(Vector* configs) const; + void getConfigurations(Vector* configs, bool ignoreMipmap=false) const; void getLocales(Vector* locales) const; -- cgit v1.1