History log of /frameworks/rs/tests/java_api/RSTestForward/23.0.3/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2058f4e38c54d8f6bc0a87e8a143cb6b7b2301b7 14-Jul-2017 David Gross <dgross@google.com> Improve Java reflection for 32-bit versus 64-bit differences.

Bug: 32780232
Bug: 20260865
Bug: 21597073

This CL goes along with a frameworks/compile/slang change that
contains the actual fixes. This CL makes three changes:

1) Adds RenderScript.getPointerSize() method to compatibility library
for use by reflected code.

2) Adds UT_reflection3264 test case to tests/java_api/RSUnitTests.

3) Fixes test case apitest.rs to conform to 32-bit/64-bit consistency
requirements.

Test: many
- RsTest aosp_x86_64-eng (aosp, emulator) 32-bit and 64-bit
- RSTestBackward
- aosp_arm-eng
- n9 LMP MR1 Release (LM)
- angler MNC DR Release (MD)
- aosp_arm64-eng
- n9 LMP MR1 Release (LM)
- angler MNC DR Release (MD)
- RSTest_Backward19
- aosp_arm-eng
- n5 KLP MR2 Release (KT)
- n9 LMP MR1 Release (LM)
- angler MNC DR Release (MD)
- RSTest_CompatLib
- aosp_arm-eng
- n9 LMP MR1 Release (LM)
- angler MNC DR Release (MD)
- aosp_arm64-eng
- n9 LMP MR1 Release (LM)
- angler MNC DR Release (MD)
- aosp_x86-eng
- emulator aosp
- aosp_x86_64-eng
- emulator aosp
- RSTest_Compat19
- aosp_arm-eng
- n5 KLP MR2 Release (KT)
- n9 LMP MR1 Release (LM)
- angler MNC DR Release (MD)
- aosp_x86
- emulator aosp

(cherry picked from commit a5eaa3f317eca21b72429b0616acc0882852efdc)

Change-Id: I101e30c69062a65fde1d928a2396db0fb7d86497
/frameworks/rs/tests/java_api/RSTestForward/23.0.3/Android.mk
ac9211a90779aaf785a3f752a80837f01f0f00ae 29-Jun-2017 Arthur Eubanks <aeubanks@google.com> Make all RSTestForward apks have different package names

Results not reporting correctly since all the RSTestForward targets have
the same package name

Test: make -j50 RSTests
Change-Id: Ib5aec67ee1e9fe122325cd015f810f4f86da3d1b
/frameworks/rs/tests/java_api/RSTestForward/23.0.3/Android.mk