Skip to content

Commit

Permalink
Merge pull request TheMuppets#47 from fitsnugly/ics
Browse files Browse the repository at this point in the history
toro: fix vzw apk certs
  • Loading branch information
jt1134 committed Mar 7, 2012
2 parents 368de1b + 39d3c1e commit 4fc9be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toro/proprietary/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ LOCAL_MODULE := VZWAPNLib
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := platform
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)

Expand All @@ -82,7 +82,7 @@ LOCAL_MODULE := VZWAPNService
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := platform
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)

0 comments on commit 4fc9be0

Please sign in to comment.