diff options
author | 2018-05-01 23:56:12 +0900 | |
---|---|---|
committer | 2018-05-22 20:43:51 +0900 | |
commit | c73b9e9e17ba9fc448468047108d6cc6f8770d72 (patch) | |
tree | e4bb7f27c0171a658e41ef4ee52237ee8ba8a785 | |
parent | 59fa1bcf69bd821e25cbb04ca91ab326c9cdf344 (diff) |
Shared lib def for org.apache.http.legacy comes from java_sdk_library
org.apache.http.legacy is now built using java_sdk_library. Since the
share lib defintion file for the lib is automatically created and
installed, we don't need to have duplicated entry for the lib.
Bug: 77577799
Test: m -j
Test: adb shell cmd package list libraries shows an entry for
org.apache.http.legacy
Merged-In: I06b356c2ba08abc6c1cece81daf7c1773ed93ed0
Change-Id: I06b356c2ba08abc6c1cece81daf7c1773ed93ed0
(cherry picked from commit 49c0a869550dc6a80f75fb08fd38e11ee84bc33d)
-rw-r--r-- | data/etc/platform.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 26741fee36ea..434dfdf56e0e 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -169,8 +169,6 @@ file="/system/framework/android.test.runner.jar" /> <library name="javax.obex" 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. --> |