Commit graph

8 commits

Author SHA1 Message Date
Jooyung Han
20ef2394d8 Add dumpstate HAL APEX
The HAL implementation is used by cuttlefish and goldfish now. To not
break the usage in goldfish, the HAL binary is kept unchanged.

Bug: 297467444
Test: VtsHalDumpstateTargetTest
Change-Id: I1474128e653c5df1068f33dfae8d3f2762e9cb47
2023-09-19 23:48:35 +09:00
Rambo Wang
b06f3854b4 Enable java backend for IDumpstateDevice HAL
Java backend of IDumpstateDevice AIDL service is
used in Settings app to enable verbose vendor
logging.

Bug: 242634531
Test: make && make RunSettingsRoboTests
Change-Id: I2aa1a7ae81e5b05aa7088c16bbb201f3a5d88a8e
Merged-In: I2aa1a7ae81e5b05aa7088c16bbb201f3a5d88a8e
(cherry picked from commit 531809e22d)
2022-10-26 10:24:13 -05:00
Jooyung Han
c0b24f4f13 Remove AIDL-libs from VNDK
Some are still in VNDK because they are used in other VNDK libs.

Ignore-AOSP-First: some libs are still in internal master only.

Bug: 234181591
Test: m
Merged-In: If999df9c78a20df931177da11742b1c5de19bc08
Change-Id: If999df9c78a20df931177da11742b1c5de19bc08
(cherry picked from commit 5527adfd7f)
2022-06-14 14:08:59 +09:00
Jiyong Park
70f5837e1f Freeze AIDL APIs for TM
Bug: 225941299
Test: m
Change-Id: I61eb51c0334eb99489c6f1570110d7e18c350c99
2022-04-16 07:03:24 +09:00
Kedar Chitnis
d1f6dea042 Fix dumpstate AIDL interface API comments
Bug: 213475867
Test: Build test
Change-Id: I12b6f6a5edb732a5ec6d76da7c54998079054ca1
2022-01-10 12:38:49 +00:00
Steven Moreland
a049eb0faf Remove separate_platform_variant entries.
This no longer does anything.

Bug: 161456198
Test: build
Change-Id: If7ca08cc1d7a829c637e1ea8254eed6361be0490
2022-01-04 18:22:44 +00:00
Steven Moreland
ffb03995e6 CHECK -> CHECK_EQ copy pasta
Hey did I start this? We can take a little bit better errors. :)

Bug: N/A
Test: N/A
Change-Id: I0e96f7f49dae9968904333da9b8269694058c11c
2021-12-14 01:45:47 +00:00
Kedar Chitnis
bc09321ae2 dumpstate: Add dumpstate device AIDL HAL
- Add interface AIDL files
- Add default example service. Example service is setup as a
  lazy service.
- Add VTS test having same coverage as dumpstate device HIDL
  1.1 VTS tests

Bug: 205760700
Test: VtsHalDumpstateTargetTest, dumpstate, dumpstate_test, dumpsys
Change-Id: I63f177af5e1e16cad392ce594f1b438e5610d757
2021-11-25 07:44:46 +00:00