diff options
author | codeworkx <codeworkx@cyanogenmod.com> | 2012-11-06 19:09:53 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.com> | 2012-11-06 19:09:53 +0100 |
commit | cd0557aec380030bfa0edbf25002293c0d4eec33 (patch) | |
tree | a87a6b7537355ade6b39c53f20351a016d1a03a0 | |
parent | 75204be11fe889ee9c9e532491b1af145583dd42 (diff) | |
download | device_samsung_p5110-cd0557aec380030bfa0edbf25002293c0d4eec33.zip device_samsung_p5110-cd0557aec380030bfa0edbf25002293c0d4eec33.tar.gz device_samsung_p5110-cd0557aec380030bfa0edbf25002293c0d4eec33.tar.bz2 |
BoardConfig: allow flashing of p5110 builds on p5113
Change-Id: I8ec40506e618fba1d56b244e31e15c16451dbcb0
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index da3d4c9..639eed6 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -24,4 +24,4 @@ TARGET_KERNEL_SOURCE := kernel/samsung/espresso10 TARGET_KERNEL_CONFIG := cyanogenmod_p5110_defconfig # assert -TARGET_OTA_ASSERT_DEVICE := p5110,GT-P5110,espresso10wifi,espresso10wifixx +TARGET_OTA_ASSERT_DEVICE := p5110,GT-P5110,p5113,GT-P5113,espresso10wifi,espresso10wifixx |