History log of /libcore/metrictests/memory/apps/Android.mk
Revision Date Author Comments
316c022656cca76e82393697daaf450846d5ad5a 22-Feb-2018 Anton Hansson <hansson@google.com> libcore: 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: Ia30d8754890f10d8c2f72fde9d3af8dba64e9395
19c70e97dd66591d24a5fc213e9921b81a0e0243 18-Oct-2017 Pete Gillin <peteg@google.com> Initial commit of the libcore heap metrics test.

This CL adds an activity that dumps heaps in a controlled fashion, and
a host-side test that launches the app, collects the dumps, and
exports some metrics derived from them.

This is a starting point for further work.

Bug: 67999970
Bug: 67283029
Test: tradefed.sh run commandAndExit template/local_min --template:map test=libcore-memory-metrics-tests
Change-Id: I836903c030c894274faf17ba0e0e36771d68dba0