History log of /frameworks/rs/tests/java_api/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/Android.mk
863237215cab4812df373b63ba3bbf2bc1d8647d 20-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Cleanup makefiles and warning producing code.

Many entries in our makefiles are not needed:
- LOCAL_CPPFLAGS += -fno-exceptions is the default
- LOCAL_MODULE_TARGET_ARCH_WARN is obsolete
- LOCAL_CXX_STL:= libc++ is the default
- LOCAL_MODULE_TAGS := optional is the default
- LOCAL_IS_HOST_MODULE := true is the default if we're using
$include(BUILD_HOST_*). This can't be removed for the generated
subdirectories however without triggering a bug in Ninja.
- Removed the -ldl where not needed.
- LOCAL_CLANG is no longer needed.

Added -Werror -Wall -Wextra to a lot of targets and cleaned up
the code that created errors.

Removed some hacky code that would prevent tests/java_api from
being compiled except under special cicumstances.

Corrected some LOCAL_MODULE_TAGS that should have been set to tests.
Cleanup warning producing code.

Bug: 34265954
Test: Compiled the code.
Test: Ran the cpp test, imageprocessing_jb, and cts
Change-Id: I27da19b18a6c0ac3686bb8c93681e3d870d587fe
/frameworks/rs/tests/java_api/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/Android.mk