summaryrefslogtreecommitdiffstats
path: root/libs/utils/Android.mk
diff options
context:
space:
mode:
authorJosh Guilfoyle <jasta00@gmail.com>2011-01-20 13:31:49 -0800
committerJosh Guilfoyle <jasta00@gmail.com>2011-01-20 18:19:14 -0800
commitb58e5ae98ba80cdf7be6ec4e3df1b43d21d771cc (patch)
tree7ea590e0e5625e8752ebb7151c9e82b036adbb5b /libs/utils/Android.mk
parentcc45a6dc068d343137415b57f6545231c8282be3 (diff)
downloadframeworks_base-b58e5ae98ba80cdf7be6ec4e3df1b43d21d771cc.zip
frameworks_base-b58e5ae98ba80cdf7be6ec4e3df1b43d21d771cc.tar.gz
frameworks_base-b58e5ae98ba80cdf7be6ec4e3df1b43d21d771cc.tar.bz2
Asset redirections are now managed by a system service.
Adjusted the asset redirection design to use a common system service (AssetRedirectionManagerService) for synchronization and cache management. This replaces the old /data/res-cache design completely (nothing is written to disk now). This change also moves a large amount of code from the C++ layer to Java for parsing the theme meta data and redirection XML files, though the actual redirection still occurs at the native layer. Change-Id: I8820e39425135269f5e723534c4b9c8dc6841779
Diffstat (limited to 'libs/utils/Android.mk')
-rw-r--r--libs/utils/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/Android.mk b/libs/utils/Android.mk
index d077fec..2726cf2 100644
--- a/libs/utils/Android.mk
+++ b/libs/utils/Android.mk
@@ -25,10 +25,10 @@ commonSources:= \
CallStack.cpp \
Debug.cpp \
FileMap.cpp \
- FileLock.cpp \
Flattenable.cpp \
ObbFile.cpp \
Pool.cpp \
+ PackageRedirectionMap.cpp \
RefBase.cpp \
ResourceTypes.cpp \
SharedBuffer.cpp \