mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
exynos7885: a*: use inclusive bitwise OR operator in OTA asserts
Signed-off-by: FraSharp <s23265@iisve.it>
This commit is contained in:
parent
dd29f90752
commit
e5db49892f
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
DEVICE_PATH := device/samsung/a20
|
||||
|
||||
# Asserts
|
||||
TARGET_OTA_ASSERT_DEVICE := a20,a20dd
|
||||
TARGET_OTA_ASSERT_DEVICE := a20|a20dd
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := exynos7885-a20_enforcing_defconfig
|
||||
|
|
|
|||
Loading…
Reference in a new issue