summaryrefslogtreecommitdiffstats
path: root/memtrack/1.0
Commit message (Collapse)AuthorAgeFilesLines
* Update to use the correct logging library.Yifan Hong2016-12-011-0/+1
| | | | | Test: mma compiles Change-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
* Remove HIDL_GENERATED from things written by hand.Steven Moreland2016-11-291-3/+3
| | | | | | | | | | | | find . -name "*.h" -exec sed -i 's/HIDL_GENERATED_\(.*\)_H_/\U\1_H/g' {} + They now match what would be generated by -Lc++-impl. This prevents confusion over whether or not the files are autogenerated. Change-Id: I4aa89a39907024aa9525df71ff3715979f431357 Similar commit: https://android-review.googlesource.com/#/c/305996/ Test: pass
* Update makefiles for logging.Steven Moreland2016-11-211-0/+1
| | | | | | Bug: 32943424 Test: pass Change-Id: Ic88ce6adf04e0e36db53e4cc06ac2ec5a90c011c
* Merge "Remove -DENABLE_TREBLE from vts test LOCAL_CFLAGS."TreeHugger Robot2016-11-181-9/+0
|\
| * Remove -DENABLE_TREBLE from vts test LOCAL_CFLAGS.Steven Moreland2016-11-171-9/+0
| | | | | | | | | | | | | | | | I went ahead and removed some no-ops from the mk's. Bug: 32978887 Test: mma -j64 Change-Id: I6f8341332aa9f249912f6a8b3a3664b76d362e99
* | Split libhidl into base and transport.Yifan Hong2016-11-183-6/+12
|/ | | | | | | Bug: 32756130 Test: mma Change-Id: Id21cf23abe2910f26bb7895511862443b93dc112
* VTS driver files for memtrack HAL.Ryan Campbell2016-11-113-0/+241
| | | | | Test: manual Change-Id: If2e7c5a60248b345b499c7d32ae68b23be7f0923
* Support genrules with multiple toolsColin Cross2016-11-041-4/+4
| | | | | | | | | | To allow genrules with more than one tool, rename the tool property to tools and make it an array, replace $tool with $(location <label>), and use $() for other variables for consistency. Bug: 31948427 Test: compare build.ninja Change-Id: I3d714f70a2af0dc60faeee10e09b6ed166601f1d
* memtrack: Add init_rc file for the android.hardware.memtrack@1.0-serviceRuchi Kandoi2016-11-032-0/+5
| | | | | | | Test: boots and starts service Bug: 31180823 Change-Id: Ibbf34025b6acbd91fd52c84f784dd9a5bd4cb966 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
* Running update makefiles.Steven Moreland2016-11-021-4/+4
| | | | | | | https://android-review.googlesource.com/#/c/298160/ Test: pass Change-Id: I14fcde2d3aacc8f8cd9221f2d69e2feae9ae1226
* Stop all these merge conflicts.Steven Moreland2016-10-261-0/+5
| | | | | Test: mma -j64 Change-Id: I319198af32adf1fef180c5c2c22ba4b360fa7609
* Use defaultPassthroughServiceImplementation.Steven Moreland2016-10-211-27/+3
| | | | | | | | Bug: 32279541 Bug: 32282345 Test: mma Change-Id: Ic0222963c99bea41de7637e5f20c19d7c541cb97
* Merge "memtrack: fix typo"TreeHugger Robot2016-10-201-1/+1
|\
| * memtrack: fix typoRuchi Kandoi2016-10-201-1/+1
| | | | | | | | | | | | | | Test: compiles Bug: 32238758 Change-Id: I5040c1e24812b88e73377d02ce7d923de6bc7e3c Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
* | Revert "memtrack: Add init_rc file for the ↵Ruchi Kandoi2016-10-142-5/+0
|/ | | | | | | | android.hardware.memtrack@1.0-service" This reverts commit 982fec747d5e63f2dcf84183caa8d363a66abd19. Change-Id: If9f1a1820dd28950dd06f77f07e3e7364c714fc0
* memtrack: Add init_rc file for the android.hardware.memtrack@1.0-serviceRuchi Kandoi2016-10-132-0/+5
| | | | | | | Test: boots and starts service Bug: 31180823 Change-Id: Ibc94a2eb1be1d7071c2c481f6abc13a0f8c6401e Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
* memtrack: Add androis.hardware.memtrack@1.0-serviceRuchi Kandoi2016-10-102-0/+69
| | | | | | Bug: 31180823 Change-Id: I712d5b041fd13e85f57dc400cc0c48c9d9ee2f36 Signed-off-by: Ruchi Kandoi<kandoiruchi@google.com>
* memtrack: Add android.hardware.memtrack@1.0-implRuchi Kandoi2016-10-103-0/+185
| | | | | | Bug: 31180823 Change-Id: I5afa790a94eebf8f1755eb51ff8cfeb28b836543 Signed-off-by: Ruchi Kandoi<kandoiruchi@google.com>
* memtrack: Add memtrack interface 1.0Ruchi Kandoi2016-10-104-0/+405
Bug: 31180823 Change-Id: I703a3ac8746179421e70e301ba7549f05c81f9e3 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>