commit | 2deb6000a6ddf891a1e5ee9f421953d9f9dd92f4 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Aug 27 16:44:36 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 27 16:44:36 2019 -0700 |
tree | 35c8eab222ad7ea5f4cc8e1464c874d87a4e798b | |
parent | 4c6fefaeedbcae6790e9157009a30dd02582b633 [diff] | |
parent | c0f9a7935b594f795f41f807cfb3f572ee187ffe [diff] |
Merge "Rename dumpstate service to include '.example'." am: b25a7316a5 am: c0f9a7935b Change-Id: Ic957fd6de672f9f5ce90296dc8634c53f267ce54
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