commit | c0f9a7935b594f795f41f807cfb3f572ee187ffe | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Aug 27 16:26:16 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 27 16:26:16 2019 -0700 |
tree | cb5d2d8aa02166ef9a4f35b5e00d1db919f3d18f | |
parent | e44f9e509c40243f65897c76fdebd958fa81acd8 [diff] | |
parent | b25a7316a58fa3271096b6a1db1fd22ed4e5ab5e [diff] |
Merge "Rename dumpstate service to include '.example'." am: b25a7316a5 Change-Id: I4d40f208d81bc4bf48f6808bee0d164aef4be206
diff --git a/dumpstate/1.0/default/Android.bp b/dumpstate/1.0/default/Android.bp index 3ca19e8..9f14aaf 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 062a291..03298dc 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