History log of /hardware/qcom/display/msm8084/libmemtrack/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6fd2d4bb5798281c0970bde9d4283a1c4afdf450 02-Jan-2018 Chih-Hung Hsieh <chh@google.com> Add -Wno-error to compile with global -Werror.

Bug: 66996870
Test: normal builds.
Change-Id: Iee4ac5f95a2013c5eeac1c061889a593caf0ec36
/hardware/qcom/display/msm8084/libmemtrack/Android.mk
da9d9de59cdcb0da4bea151ef0720f085094bab2 24-Feb-2017 Jiyong Park <jiyong@google.com> Move QCOM HALs to vendor partition

In order to build generic system image that is agnostic to SoC or
device, such HALs should be moved from system partition to vendor
partition.

HALs moved: copybit, gralloc, hwcomposer, light, memtrack, hdmi_cec

Bug: 34826389
Bug: 35232083
Test: build & run and check whether the HAL is loaded from
/vendor/lib[64]/hw.
$ su; lsof | grep hwcomposer

Change-Id: I2bb617ac71ab040a5b1ba306c194e8672ac84561
/hardware/qcom/display/msm8084/libmemtrack/Android.mk
e9268aa55a434104f2368bf115db7995f7a98b47 12-Nov-2013 Arun Kumar K.R <akumarkr@codeaurora.org> libmemtrack: Add correct target information

- Add correct target information to make file
- Remove incorrect target names in the src files
- replace sprintf(banned api) with snprintf

Change-Id: I846ff3d5dcc5acc843c2c83506deafadd30b4942
/hardware/qcom/display/msm8084/libmemtrack/Android.mk
001f8b8389111c7254b61a1a7f0c05156ac7e4be 07-Sep-2013 Colin Cross <ccross@android.com> Initial msm8x64 memory tracker HAL

Reads memory info from kgsl to track unaccounted for GL and ION
memory. Right now it has to parse every allocation and then
cross-reference it against /proc/pid/smaps. It would be faster
to modify the kgsl driver to keep counters that could just be
read directly.

Bug: 10294768
Change-Id: Icb17558f03ce53bc594fbee097e51fe82e15dc31
/hardware/qcom/display/msm8084/libmemtrack/Android.mk