History log of /frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab6ec61251786bf6b4d0407db3bc28aeefcb55db 23-Feb-2018 Anton Hansson <hansson@google.com> frameworks/base: Set LOCAL_SDK_VERSION where possible.

This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Change-Id: I4233b9091d9066c4fa69f3d24aaf367ea500f760
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/Android.mk
ded7ab0fffe3b3d4dc4d38057c207414db21740b 12-Aug-2017 Sudheer Shanka <sudheersai@google.com> Fix and enable ConnOnActivityStartTest.

- Set parole duration to 0 so that it won't affect app standby test.
- Use a bound service to send commands to test app instead of broadcasts.
- Remove code to install/delete test app as it will be done as part of tests
initialization.

Bug: 38432755
Test: forrest --extra_args='--class com.android.server.net.ConnOnActivityStartTest' \
test FrameworksServicesTests
Change-Id: Ic6cd574a60c4449195f2c8cd4e04b9cb47f225c8
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/Android.mk
b8f2316fb457861ca6cb31575eaa2e985358dd8b 04-Aug-2017 Sudheer Shanka <sudheersai@google.com> Update ConnOnActivityStartTest to be hermetic.

Bug: 38432755
Test: runtest -x services/tests/servicestests/src/com/android/server/net/ConnOnActivityStartTest.java
Change-Id: Ie847ec0a202021a2b2cf16bb2d720650c9ee847d
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/Android.mk
686bb2d337517b0b3f4ff4a6062c84a3ee730307 20-Mar-2017 Sudheer Shanka <sudheersai@google.com> Add tests for verifying network availability on activity start.

Bug: 27803922
Test: runtest -c com.android.server.net.ConnOnActivityStartTest frameworks-services
Change-Id: I771e1fd9edbe14f1ff7a7a84c3896af6dd6f20a0
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/Android.mk