diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2016-01-30 03:19:35 -0800 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-01-30 03:20:25 -0800 |
commit | 89a45ded586492253c9eb2aa9cd1402a65614847 (patch) | |
tree | a1890e23689efe722d96c1275185798a9815d043 | |
parent | 4c15cbbe95c1ab8dde6640f5125dcf26cff59b1c (diff) | |
download | device_samsung_espresso3g-89a45ded586492253c9eb2aa9cd1402a65614847.zip device_samsung_espresso3g-89a45ded586492253c9eb2aa9cd1402a65614847.tar.gz device_samsung_espresso3g-89a45ded586492253c9eb2aa9cd1402a65614847.tar.bz2 |
p5100: allow use of unified Tab2 recoveries
Change-Id: I2429f7dae279fd3ab26038fe896a9d8e29945bab
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 92563c8..838f44f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -23,7 +23,7 @@ TARGET_BOARD_INFO_FILE := device/samsung/p5100/board-info.txt TARGET_KERNEL_CONFIG := cyanogenmod_p5100_defconfig # assert -TARGET_OTA_ASSERT_DEVICE := p5100,GT-P5100,espresso10rf,espresso10rfxx +TARGET_OTA_ASSERT_DEVICE := espresso,p5100,GT-P5100,espresso10rf,espresso10rfxx # Use the non-open-source parts, if they're present -include vendor/samsung/p51xx/BoardConfigVendor.mk |