diff options
| author | Kelvin Zhang <zhangkelvin@google.com> | 2024-06-25 16:57:21 -0700 |
|---|---|---|
| committer | techyguyperplexable <hlcj1234567@gmail.com> | 2025-08-25 16:17:18 +0100 |
| commit | 3da3e2b2a16d8a8556da4dd24a233cd72fa1f71c (patch) | |
| tree | ab33853a21fb55e7735717df2024ce5502c117a8 | |
| parent | 70d3fa1fa214ae9c1baedcb5f630a1137032f3db (diff) | |
universal9830: Explicitly set as an non-AB target
We will be changing AB to be the default, existing non-AB targets
need to explicitly set AB_OTA_UPDATER to false
Test: th
Change-Id: I86a76296937a6abab1b4495cd66a35144348aafd
Signed-off-by: ExtremeXT <75576145+ExtremeXT@users.noreply.github.com>
| -rw-r--r-- | device-common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk index 08d236f..b31e75b 100644 --- a/device-common.mk +++ b/device-common.mk @@ -372,6 +372,7 @@ PRODUCT_PACKAGES += \ teegris_v4.rc # Update +AB_OTA_UPDATER := false PRODUCT_SOONG_NAMESPACES += bootable/deprecated-ota # USB |
