Skip to content

Commit

Permalink
Remove USBHelper app
Browse files Browse the repository at this point in the history
  • Loading branch information
peteralfonso committed Apr 3, 2012
1 parent 1fbdb7f commit 04ee074
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 27 deletions.
1 change: 0 additions & 1 deletion stingray/device-vendor-blobs.mk
Expand Up @@ -111,7 +111,6 @@ PRODUCT_PACKAGES += \
MotoSimUiHelper \ MotoSimUiHelper \
StingrayProgramMenu \ StingrayProgramMenu \
StingrayProgramMenuSystem \ StingrayProgramMenuSystem \
UsbHelper \
VZWAPNLib \ VZWAPNLib \
VZWAPNService VZWAPNService


12 changes: 0 additions & 12 deletions stingray/proprietary/Android.mk
Expand Up @@ -139,18 +139,6 @@ LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT) include $(BUILD_PREBUILT)


# UsbHelper

include $(CLEAR_VARS)

LOCAL_MODULE := UsbHelper
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)

# VZWAPNLib # VZWAPNLib


include $(CLEAR_VARS) include $(CLEAR_VARS)
Expand Down
Binary file removed stingray/proprietary/UsbHelper.apk
Binary file not shown.
3 changes: 1 addition & 2 deletions wingray/device-vendor-blobs.mk
Expand Up @@ -101,6 +101,5 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
MotoLocationProxy \ MotoLocationProxy \
StingrayProgramMenu \ StingrayProgramMenu \
StingrayProgramMenuSystem \ StingrayProgramMenuSystem
UsbHelper


12 changes: 0 additions & 12 deletions wingray/proprietary/Android.mk
Expand Up @@ -55,17 +55,5 @@ LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT) include $(BUILD_PREBUILT)


# UsbHelper

include $(CLEAR_VARS)

LOCAL_MODULE := UsbHelper
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)

endif endif


Binary file removed wingray/proprietary/UsbHelper.apk
Binary file not shown.

0 comments on commit 04ee074

Please sign in to comment.