diff options
| author | Chris Fries <cfries@google.com> | 2017-06-27 12:37:49 -0500 |
|---|---|---|
| committer | Chris Fries <cfries@google.com> | 2017-06-27 23:21:55 -0500 |
| commit | 9c305b251b3fa71f9babe43b53ed738e9e8f1eb0 (patch) | |
| tree | 7bc88b6dde9590c84caeac1d90a6c853039751aa /usb | |
| parent | dc2b50dfc6ee630b9021b5a576c7fa90c5316928 (diff) | |
crosshatch: Re-add crosshatch, and switch to sdm845
Change-Id: I303e8fe6be155c8c0d5385f5598c7f27c19282b1
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/Android.bp | 4 | ||||
| -rw-r--r-- | usb/Usb.cpp | 2 | ||||
| -rw-r--r-- | usb/android.hardware.usb@1.1-service.crosshatch.rc (renamed from usb/android.hardware.usb@1.1-service.wahoo.rc) | 2 | ||||
| -rw-r--r-- | usb/service.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/usb/Android.bp b/usb/Android.bp index 4370d6c..79d9537 100644 --- a/usb/Android.bp +++ b/usb/Android.bp @@ -13,9 +13,9 @@ // See the License for the specific language governing permissions and // limitations under the License. cc_binary { - name: "android.hardware.usb@1.1-service.wahoo", + name: "android.hardware.usb@1.1-service.crosshatch", relative_install_path: "hw", - init_rc: ["android.hardware.usb@1.1-service.wahoo.rc"], + init_rc: ["android.hardware.usb@1.1-service.crosshatch.rc"], srcs: ["service.cpp", "Usb.cpp"], shared_libs: [ "libbase", diff --git a/usb/Usb.cpp b/usb/Usb.cpp index 601c70b..7a6974a 100644 --- a/usb/Usb.cpp +++ b/usb/Usb.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.usb@1.1-service.wahoo" +#define LOG_TAG "android.hardware.usb@1.1-service.crosshatch" #include <android-base/logging.h> #include <assert.h> diff --git a/usb/android.hardware.usb@1.1-service.wahoo.rc b/usb/android.hardware.usb@1.1-service.crosshatch.rc index bc1101d..5ccd5fe 100644 --- a/usb/android.hardware.usb@1.1-service.wahoo.rc +++ b/usb/android.hardware.usb@1.1-service.crosshatch.rc @@ -1,4 +1,4 @@ -service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo +service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.crosshatch class hal user system group system diff --git a/usb/service.cpp b/usb/service.cpp index 495d76f..f8c1d3d 100644 --- a/usb/service.cpp +++ b/usb/service.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.usb@1.1-service.wahoo" +#define LOG_TAG "android.hardware.usb@1.1-service.crosshatch" #include <hidl/HidlTransportSupport.h> #include "Usb.h" |
