History log of /frameworks/rs/tests/lldb/java/KernelVariables/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/lldb/java/KernelVariables/Android.mk
dcecc0c8d22e894525e25a122ce25129b51338f2 28-Mar-2016 Dean De Leo <dean@codeplay.com> Python test suite for debugging a RenderScript app using lldb.

Includes testing for newly introduced lldb commands, which are subcommands
of "language renderscript". The targets ARM, AArch64, x86, x86-64 and
Mips32 are fully supported and should expect a 100% pass rate.

Change-Id: Ida882056b3627b380dfda880e22a121d68d79922
/frameworks/rs/tests/lldb/java/KernelVariables/Android.mk