From 3b6569a2fd8e0f02825059e952d3bbe46db59841 Mon Sep 17 00:00:00 2001 From: Archfx Date: Thu, 13 Jun 2024 22:08:15 -0400 Subject: [PATCH] OTA URL update --- build.sh | 2 +- build/aosp.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 680d580c..feb0f8c2 100755 --- a/build.sh +++ b/build.sh @@ -172,7 +172,7 @@ START=$(date +%s) setupEnv # buildTrebleApp # taskbar_app -# buildVariants +buildVariants generatePackages generateOta diff --git a/build/aosp.mk b/build/aosp.mk index 6493ba44..093dba06 100644 --- a/build/aosp.mk +++ b/build/aosp.mk @@ -1,4 +1,4 @@ $(call inherit-product, vendor/ponces/config/common.mk) PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ - ro.system.ota.json_url=https://raw.githubusercontent.com/ponces/treble_aosp/android-14.0/config/ota.json + ro.system.ota.json_url=https://raw.githubusercontent.com/Archfx/duo-de/main-14/config/ota.json