Skip to content

Commit

Permalink
Merge pull request TheMuppets#91 from fitsnugly/jellybean
Browse files Browse the repository at this point in the history
Allow toro/d2vzw coexistence
  • Loading branch information
chirayudesai committed Aug 3, 2012
2 parents 98aff9e + 84a340f commit 2cb924e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions d2vzw/proprietary/apps/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

LOCAL_PATH:=$(call my-dir)

include $(CLEAR_VARS)
ifeq ($(TARGET_DEVICE),d2vzw)

include $(CLEAR_VARS)
LOCAL_MODULE := VZWAPNLib
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
Expand All @@ -25,7 +26,6 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)

LOCAL_MODULE := vzwapnpermission
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
Expand All @@ -35,11 +35,12 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)

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

endif

0 comments on commit 2cb924e

Please sign in to comment.