Skip to content

Commit

Permalink
Rename full_toro_spr to full_torospr.
Browse files Browse the repository at this point in the history
The build configuration name must match the device name

Bug: 5827352
Change-Id: I499d2adb5ab77cb8171c5a09b9159b1a0f03526e
  • Loading branch information
Jean-Baptiste Queru committed Jan 23, 2012
1 parent 1c73b5b commit ff1ce87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# #


PRODUCT_MAKEFILES := \ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/full_toro_spr.mk $(LOCAL_DIR)/full_torospr.mk
2 changes: 1 addition & 1 deletion full_toro_spr.mk → full_torospr.mk
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, device/samsung/torospr/device.mk) $(call inherit-product, device/samsung/torospr/device.mk)


# Set those variables here to overwrite the inherited values. # Set those variables here to overwrite the inherited values.
PRODUCT_NAME := full_toro_spr PRODUCT_NAME := full_torospr
PRODUCT_DEVICE := torospr PRODUCT_DEVICE := torospr
PRODUCT_BRAND := Android PRODUCT_BRAND := Android
PRODUCT_MODEL := Full AOSP on Toro-SPR PRODUCT_MODEL := Full AOSP on Toro-SPR
2 changes: 1 addition & 1 deletion vendorsetup.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License. # limitations under the License.
# #


add_lunch_combo full_toro_spr-userdebug add_lunch_combo full_torospr-userdebug

0 comments on commit ff1ce87

Please sign in to comment.