History log of /frameworks/rs/tests/java_api/RSTest_CompatLib/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
37ca69d1aed1d45e1c9fee7dac9ac9d0f21f3cf1 22-Feb-2018 Anton Hansson <hansson@google.com> frameworks/rs: 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: I04e2caab2614c2b7f6d5560c25b257f03cb2a81c
/frameworks/rs/tests/java_api/RSTest_CompatLib/Android.mk
3020398bb0296c065b6224a9dfca09c203973fdb 09-Jun-2017 Arthur Eubanks <aeubanks@google.com> Add targets that build rs platform/unbundled tests

"make ENABLE_RSTESTS=true RSTests" to build all RS continuous tests into zip file
"make RSUnbundledTests" to build all RS unbundled continuous tests into
zip file

Test: make dist ENABLE_RSTESTS=true RSTests
Test: make dist RSUnbundledTests
Change-Id: I2470d0ac1e03dc287ca0f6b8389379a52890c4b4
/frameworks/rs/tests/java_api/RSTest_CompatLib/Android.mk
16a4169ce2c355d06022adb216992d4f6ff74d92 13-May-2017 Arthur Eubanks <aeubanks@google.com> Modify RSTest_Compat to use RSUnitTests

Remove tests under RSTest_Compat
Make RSTest_Compat use RSUnitTests/supportlibsrc_gen
Use RSUnitTests/gui for GUI

Test: m -j50 RSTest_Compat FORCE_BUILD_RS_COMPAT=true
Test: adb install RSTest_Compat.apk
Test: adb shell am instrument -w \
com.android.rs.testcompat/android.support.test.runner.AndroidJUnitRunner
Test: manually run RSTest_Compat.apk

Change-Id: I8434dd5e0d264d1cb0acf1b2e315f4a13e1e9643
/frameworks/rs/tests/java_api/RSTest_CompatLib/Android.mk
29a63ceca3635206ef7c058ec82fa100976a0c06 11-Jan-2017 Paul Duffin <paulduffin@google.com> Prepare for removal of legacy-test from default targets (Part 2)

In preparation for removing junit classes from the Android API
the legacy-test target will be removed from the
TARGET_DEFAULT_JAVA_LIBRARIES. This change adds explicit
dependencies on junit and/or legacy-android-test to ensure that
modules will compile properly once it is removed.

Bug: 30188076
Test: make checkbuild

Change-Id: I8c836d4a249824ab22e8c49b260934b3c865ad47
/frameworks/rs/tests/java_api/RSTest_CompatLib/Android.mk
89e35a551ee4b0bfcb3ede10da3b027dba1da7ef 13-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Move the java test directory under rs/test

Bug: 34265954
Test: Compile all the tests
Test: Run imageprocessing_jb
Test: Run update_rs_prebuilts.sh

Change-Id: Ia7f20f1f8a2450f538950950bff51472d643ca1a
/frameworks/rs/tests/java_api/RSTest_CompatLib/Android.mk