From 7849c048417f7608f4aad577cc573b77e725b70b Mon Sep 17 00:00:00 2001 From: "sujin119.kim" Date: Sat, 24 Sep 2011 17:40:23 +0900 Subject: maguro: usb: Update USB VID/PID pairs Samsung VID/PID pairs will be used for both toro and maguro. This change moves the init.tuna.usb.rc from maguro to tuna in ordder to share it with toro. Change-Id: I336b0e1cb1101048e831cc7474f7bb725619ec9d Signed-off-by: sujin119.kim --- device.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 53ab58d..664ad2c 100644 --- a/device.mk +++ b/device.mk @@ -22,8 +22,7 @@ DEVICE_PACKAGE_OVERLAYS := device/samsung/maguro/overlay # These are the hardware-specific features PRODUCT_COPY_FILES := \ - frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ - device/samsung/maguro/init.tuna.usb.rc:root/init.tuna.usb.rc + frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml $(call inherit-product, device/samsung/tuna/device.mk) $(call inherit-product-if-exists, vendor/samsung/maguro/device-vendor.mk) -- cgit v1.1