diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2011-05-23 22:52:22 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2011-05-23 22:52:22 +0200 |
commit | 20a2bf19740713c0411e64ca3d9095f08b0a4f7a (patch) | |
tree | 0606389710643412cd53865f46bc9ee4af7aea8f | |
parent | 894838f9a27c0f0077c21b56db724b8db5c1d802 (diff) | |
download | device_samsung_galaxysmtd-20a2bf19740713c0411e64ca3d9095f08b0a4f7a.zip device_samsung_galaxysmtd-20a2bf19740713c0411e64ca3d9095f08b0a4f7a.tar.gz device_samsung_galaxysmtd-20a2bf19740713c0411e64ca3d9095f08b0a4f7a.tar.bz2 |
remove "aries" from TARGET_OTA_ASSERT_DEVICE to prevent that users flash a false rom to their phone.
they're really doing it.
Change-Id: If533036d303b39b2e884e47b2ec19a3a7321927f
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 5a2bf1b..fa47c21 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -101,4 +101,4 @@ TARGET_RECOVERY_PRE_COMMAND="echo 1 > /cache/.startrecovery; sync;" # Include aries specific stuff -include device/samsung/aries-common/Android.mk -TARGET_OTA_ASSERT_DEVICE := aries,galaxys,galaxysmtd,GT-I9000,GT-I9000M,GT-I9000T +TARGET_OTA_ASSERT_DEVICE := galaxys,galaxysmtd,GT-I9000,GT-I9000M,GT-I9000T |