diff options
author | Narayan Kamath <narayan@google.com> | 2015-01-20 13:44:23 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2015-01-21 12:49:14 +0000 |
commit | 1ed78fbf28728cd12ca18e4d0773b34f3e586918 (patch) | |
tree | 295bffcbc4c8442bb8f462d1893b9c06c3b6b403 /data | |
parent | 70523ec551abce46f85f3f10251006d65c0e4510 (diff) | |
download | frameworks_base-1ed78fbf28728cd12ca18e4d0773b34f3e586918.zip frameworks_base-1ed78fbf28728cd12ca18e4d0773b34f3e586918.tar.gz frameworks_base-1ed78fbf28728cd12ca18e4d0773b34f3e586918.tar.bz2 |
Add library definition for org.apache.http.legacy.
bug: 18027885
Change-Id: I300ab2eb0f87e004ef20157bd23517865133665c
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/platform.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 9fd8a4a..95c6867 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -149,7 +149,10 @@ <library name="android.test.runner" file="/system/framework/android.test.runner.jar" /> <library name="javax.obex" - file="/system/framework/javax.obex.jar"/> + file="/system/framework/javax.obex.jar" /> + <library name="org.apache.http.legacy" + file="/system/framework/org.apache.http.legacy.jar" /> + <!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. --> |