diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2016-06-05 20:43:59 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-06-05 20:49:33 +0200 |
commit | f7b45f76c04f8268375f872184b9701a76e19a07 (patch) | |
tree | 5611318630062465f0a73afaf915dd67f3cb8875 | |
parent | 05ce79559d433f082ad8edd916c72157a0182946 (diff) | |
download | device_samsung_espresso3g-f7b45f76c04f8268375f872184b9701a76e19a07.zip device_samsung_espresso3g-f7b45f76c04f8268375f872184b9701a76e19a07.tar.gz device_samsung_espresso3g-f7b45f76c04f8268375f872184b9701a76e19a07.tar.bz2 |
Add espresso3g to TARGET_OTA_ASSERT_DEVICE
Change-Id: I72e248f2916eef9e29658a709aa62b8fea8904f8
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index c9abc0e..8b9bcc7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,7 +20,7 @@ include device/samsung/espressowifi/BoardConfigCommon.mk TARGET_SPECIFIC_HEADER_PATH += device/samsung/espresso3g/include # assert -TARGET_OTA_ASSERT_DEVICE := espresso-common,p3100,GT-P3100,espressorf,espressorfxx,p5100,GT-P5100,espresso10rf,espresso10rfxx +TARGET_OTA_ASSERT_DEVICE := espresso3g,espresso-common,p3100,GT-P3100,espressorf,espressorfxx,p5100,GT-P5100,espresso10rf,espresso10rfxx # RIL BOARD_VENDOR := samsung |