History log of /frameworks/ex/common/tests/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81d4875bd9a69efb1aa59ce0dab2ce5449c3448e 15-Dec-2014 Narayan Kamath <narayan@google.com> Remove apache dependency from android-common.

This static library was relying on HttpDateTime via AndroidHttpClient.
(and is the only user of this API in our tree). Regrettably, the most
reasonable way forward seems to be copy that class into frameworks/ex.

Using reflection is possible too, but it's riskier since we have to
ensure this class exists unmodified all the way back to froyo.

See API council request b/2553589 for why this was in AndroidHttpClient
in the first place.

Also, this change sets LOCAL_SDK_VERSION := 8 for tests to match the
library version.

bug: 18027885

Change-Id: I9c473f60f0314758120e0d6c6f9b56e4d77ba658
/frameworks/ex/common/tests/Android.mk
823b6f3516076b92f78c3fc27037d24bb514e653 15-Jun-2010 Ying Wang <wangying@google.com> move android-common from framework/base to framework/ex

Also change the LOCAL_SDK_VERSION from current to 8.
Change-Id: I68943b8b41622dab88c7b13d8c067b39205f028e
/frameworks/ex/common/tests/Android.mk