// 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.exynos9610",
relative_install_path: "hw",
- init_rc: ["android.hardware.usb@1.1-service.wahoo.rc"],
+ init_rc: ["android.hardware.usb@1.1-service.exynos9610.rc"],
srcs: ["service.cpp", "Usb.cpp"],
cflags: [
"-Wall",
* limitations under the License.
*/
-#define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
+#define LOG_TAG "android.hardware.usb@1.1-service.exynos9610"
#include <android-base/logging.h>
#include <assert.h>
--- /dev/null
+service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.exynos9610
+ class hal
+ user root
+ group root system
+
+on boot
+ chown root system /sys/class/typec/port0/power_role
+ chown root system /sys/class/typec/port0/data_role
+ chown root system /sys/class/typec/port0/port_type
+ chmod 664 /sys/class/typec/port0/power_role
+ chmod 664 /sys/class/typec/port0/data_role
+ chmod 664 /sys/class/typec/port0/port_type
+++ /dev/null
-service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo
- class hal
- user root
- group root system
-
-on boot
- chown root system /sys/class/typec/port0/power_role
- chown root system /sys/class/typec/port0/data_role
- chown root system /sys/class/typec/port0/port_type
- chmod 664 /sys/class/typec/port0/power_role
- chmod 664 /sys/class/typec/port0/data_role
- chmod 664 /sys/class/typec/port0/port_type
* limitations under the License.
*/
-#define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
+#define LOG_TAG "android.hardware.usb@1.1-service.exynos9610"
#include <hidl/HidlTransportSupport.h>
#include "Usb.h"