diff options
| author | Shareef Ali <shareefalis@cyanogenmod.org> | 2013-03-10 17:11:22 -0400 |
|---|---|---|
| committer | Shareef Ali <shareefalis@cyanogenmod.org> | 2013-03-10 17:11:22 -0400 |
| commit | 6603b87ef12613da0cd5ce1b083c35e9f366e082 (patch) | |
| tree | b99e9a3e1e66f4c6f1581b2d3d0f69740a8c8327 | |
| parent | ec923d69197d5005ff2247986cf85747269df7eb (diff) | |
d2: fix parsing error
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 4a1d7f2..38f0b40 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,7 +27,7 @@ -include vendor/samsung/d2spr/BoardConfigVendor.mk # Assert -TARGET_OTA_ASSERT_DEVICE := d2spr, d2spi +TARGET_OTA_ASSERT_DEVICE := d2spr,d2spi # Kernel TARGET_KERNEL_CONFIG := cyanogen_d2spr_defconfig |
