diff options
author | Steven Moreland <smoreland@google.com> | 2019-08-27 11:05:42 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-08-27 13:15:48 -0700 |
commit | cf157ceac4a60d127a10f3f27d4e038d8a0a56a4 (patch) | |
tree | a13abcb4f105e137714e6f9f8d59e7b68b766520 /dumpstate | |
parent | f0796fd497014ec30615e539bacbaeb491d2a9fd (diff) |
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
Diffstat (limited to 'dumpstate')
-rw-r--r-- | dumpstate/1.0/default/Android.bp | 2 | ||||
-rw-r--r-- | dumpstate/1.0/default/android.hardware.dumpstate@1.0-service.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dumpstate/1.0/default/Android.bp b/dumpstate/1.0/default/Android.bp index 3ca19e8cab..9f14aafc5d 100644 --- a/dumpstate/1.0/default/Android.bp +++ b/dumpstate/1.0/default/Android.bp @@ -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, diff --git a/dumpstate/1.0/default/android.hardware.dumpstate@1.0-service.rc b/dumpstate/1.0/default/android.hardware.dumpstate@1.0-service.rc index 062a291a0f..03298dc5c9 100644 --- a/dumpstate/1.0/default/android.hardware.dumpstate@1.0-service.rc +++ b/dumpstate/1.0/default/android.hardware.dumpstate@1.0-service.rc @@ -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 |