commit | a2848d2ac7db73047930942745337dd3946ad1bf | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Aug 27 17:24:58 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 27 17:24:58 2019 -0700 |
tree | 13e8eabd58e94f232b0f2a321fdaac74379f7e6c | |
parent | 3bd97e5bf6c86d84a19ea2ba607fe82c6eaac37e [diff] | |
parent | 2deb6000a6ddf891a1e5ee9f421953d9f9dd92f4 [diff] |
Merge "Rename dumpstate service to include '.example'." am: b25a7316a5 am: c0f9a7935b am: 2deb6000a6 Change-Id: Icd2687cd6f8f9b253ea06a375e5b963e71d200e5
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