Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0655bba9 authored by Jiakai Zhang's avatar Jiakai Zhang
Browse files

Add a flag for Update Engine APIs for ART.

(cherry picked from commit https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/30299575)

Bug: 377557749
Change-Id: Idb1f344c238a26c09b193c7aeb5e63c9b53ecac0
Flag: android.os.update_engine_api
Test: m
Merged-In: I78082988e179199b009e5be781207c9114cc482a
parent 111967e5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -225,3 +225,12 @@ flag {
     is_exported: true
     bug: "366598445"
}

flag {
    name: "update_engine_api"
    namespace: "art_mainline"
    description: "Update Engine APIs for ART"
    is_exported: true
    is_fixed_read_only: true
    bug: "377557749"
}