Skip to content

Commit

Permalink
Update for JZO54G, point to proper toroplus
Browse files Browse the repository at this point in the history
Change-Id: I5f4d33166b5acdd3f752985fa96fda3426a9eeed
  • Loading branch information
Jean-Baptiste Queru committed Sep 13, 2012
1 parent 0b33f6d commit b87a3ba
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion self-extractors/broadcom/staging/proprietary/Android.mk
Expand Up @@ -14,7 +14,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),toro)
ifeq ($(TARGET_DEVICE),toroplus)

include $(CLEAR_VARS)
LOCAL_MODULE := bcm4330
Expand Down
2 changes: 1 addition & 1 deletion self-extractors/csr/staging/proprietary/Android.mk
Expand Up @@ -14,7 +14,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),toro)
ifeq ($(TARGET_DEVICE),toroplus)

include $(CLEAR_VARS)
LOCAL_MODULE := gps.omap4
Expand Down
5 changes: 3 additions & 2 deletions self-extractors/generate-packages.sh
Expand Up @@ -32,6 +32,7 @@
# 397816 = JRO03B
# 398337 = JRO03C
# 405518 = JRO03H
# 463694 = JZO54G
# end jb-dev
BRANCH=jb-dev
if test $BRANCH=ics-mr1
Expand All @@ -41,8 +42,8 @@ then
fi #ics-mr1
if test $BRANCH=jb-dev
then
ZIP=mysid-ota-405518.zip
BUILD=jro03h
ZIP=mysid-ota-463694.zip
BUILD=jzo54g
fi # jb-dev
ROOTDEVICE=toroplus
DEVICE=toroplus
Expand Down
2 changes: 1 addition & 1 deletion self-extractors/imgtec/staging/proprietary/Android.mk
Expand Up @@ -14,7 +14,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),toro)
ifeq ($(TARGET_DEVICE),toroplus)

include $(CLEAR_VARS)
LOCAL_MODULE := pvrsrvctl
Expand Down
2 changes: 1 addition & 1 deletion self-extractors/invensense/staging/proprietary/Android.mk
Expand Up @@ -14,7 +14,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),toro)
ifeq ($(TARGET_DEVICE),toroplus)

include $(CLEAR_VARS)
LOCAL_MODULE := libinvensense_mpl
Expand Down
2 changes: 1 addition & 1 deletion self-extractors/nxp/staging/proprietary/Android.mk
Expand Up @@ -14,7 +14,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),toro)
ifeq ($(TARGET_DEVICE),toroplus)

include $(CLEAR_VARS)
LOCAL_MODULE := libpn544_fw
Expand Down
2 changes: 1 addition & 1 deletion self-extractors/samsung/staging/proprietary/Android.mk
Expand Up @@ -14,7 +14,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),toro)
ifeq ($(TARGET_DEVICE),toroplus)

include $(CLEAR_VARS)
LOCAL_MODULE := BIP
Expand Down
2 changes: 1 addition & 1 deletion self-extractors/ti/staging/proprietary/Android.mk
Expand Up @@ -14,7 +14,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),toro)
ifeq ($(TARGET_DEVICE),toroplus)

include $(CLEAR_VARS)
LOCAL_MODULE := ducati-m3
Expand Down

0 comments on commit b87a3ba

Please sign in to comment.