Rename dumpstate service to include '.example'.

Since it only prints a date.

Bug: 140115084
Test: boot device and check that this can run (as I've also had to
    update file contexts for it)
Change-Id: Id22452cec4f32c2bbfa07065cb5e9c5d2b9936bf
This commit is contained in:
Steven Moreland
2019-08-27 11:05:42 -07:00
parent f0796fd497
commit cf157ceac4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
cc_binary {
name: "android.hardware.dumpstate@1.0-service",
name: "android.hardware.dumpstate@1.0-service.example",
init_rc: ["android.hardware.dumpstate@1.0-service.rc"],
relative_install_path: "hw",
vendor: true,

View File

@@ -1,4 +1,4 @@
service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service
service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.example
class hal
user system
group system