Skip to content

Commit

Permalink
Fix up cm.*
Browse files Browse the repository at this point in the history
Add the hardware_samsung repository and fix the build.prop overrides.
Also point SamsungServiceMode to ics branch until jb one is made.

Change-Id: Iff4042b3aed871d2510ba6cacbd39ac89eadec94
  • Loading branch information
nebkat authored and Kaik541 committed Jul 22, 2012
1 parent de80e10 commit aa7fc52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion cm.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
},
{
"repository": "android_packages_apps_SamsungServiceMode",
"target_path": "packages/apps/SamsungServiceMode"
"target_path": "packages/apps/SamsungServiceMode",
"branch": "ics"
}
{
"repository": "android_hardware_samsung",
"target_path": "hardware/samsung"
}
]
2 changes: 1 addition & 1 deletion cm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ PRODUCT_MODEL := GT-I9300
PRODUCT_MANUFACTURER := samsung

# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9300 TARGET_DEVICE=GT-I9300 BUILD_FINGERPRINT="samsung/m0xx/m0:4.0.4/IMM76D/I9300XXALE8:user/release-keys" PRIVATE_BUILD_DESC="m0xx-user 4.0.4 IMM76D I9300XXALE8 release-keys"
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=m0xx TARGET_DEVICE=m0 BUILD_FINGERPRINT="samsung/m0xx/m0:4.0.4/IMM76D/I9300XXALE8:user/release-keys" PRIVATE_BUILD_DESC="m0xx-user 4.0.4 IMM76D I9300XXALE8 release-keys"

0 comments on commit aa7fc52

Please sign in to comment.