Skip to content
Snippets Groups Projects
  1. Jan 08, 2024
    • Eric Biggers's avatar
    • Yifan Hong's avatar
      Merge changes If24cdca9,Ifcc8412e into main · e9a8efa9
      Yifan Hong authored
      * changes:
        vintf: Disable kernel compat check at boot time.
        vintf: delete deprecated VintfObject.verify.
      e9a8efa9
    • Yifan Hong's avatar
      vintf: Disable kernel compat check at boot time. · 052b036b
      Yifan Hong authored
      Before this change, if the kernel has a set of CONFIGs
      that is not compatible with the system image, a dialog
      is displayed for user / userdebug builds at boot time.
      
      This check has been doing more harm than good because:
      
      - This check is already enforced at build time and during
        VTS tests (See vts_treble_vintf_framework_test).
      - The dialog blocks UI automation for tests. For these UI
        automation tests, they need to respond to the dialog.
      - GKI has been enforced ecosystem-wide except for a few
        low-end devices of other verticals. For these non-GKI
        devices, the check enforced by VTS should guard this.
        Hence, the check does not give us any signal.
      - During development, a kernel that corresponds to the latest
        release (android15 as of now) might not have valid kernel
        config requirements in userspace. Kernel development schedule
        is usually ahead of the userspace development schedule.
        It does not always carry the string "-mainline-", because
        it is not a mainline kernel. To unblock test automation on
        these latest, bleeding-edge kernels, this kernel check should
        go away.
      - This is a small steps towards dropping the dependency on libvintf
        on libandroid_runtime. libvintf links to libselinux, which is
        huge. libandroid_runtime loads this, and the memory stays there
        forever. Ideally, we should disable the whole VINTF check at
        boot time, but let's do this one step at a time.
      
      Bug: 272479887
      Bug: 270169217
      Test: TH
      Change-Id: If24cdca9fb535b8f443c0d21f9a46c7ea25c1f9f
      052b036b
    • Yifan Hong's avatar
      vintf: delete deprecated VintfObject.verify. · 27022ac8
      Yifan Hong authored
      It is not used anywhere.
      
      Test: TH
      Bug: 270169217
      Change-Id: Ifcc8412ed3629d2447908513faf1d6f5ed3f483c
      27022ac8
    • Siim Sammul's avatar
    • Riddle Hsu's avatar
      Merge "Reset top activity's mWaitForEnteringPinnedMode when aborting an... · c9f4111c
      Riddle Hsu authored
      Merge "Reset top activity's mWaitForEnteringPinnedMode when aborting an incomplete pip-entry" into main
      c9f4111c
    • Treehugger Robot's avatar
    • Nelson Li's avatar
      Convert validate_framework_keymaps to Android.bp · bedfe383
      Nelson Li authored
      The primary purpose of validate_framework_keymaps is to perform checks
      on all *.kl, *.kcm, and *.idc files using the "validatekeymaps -q"
      command. This action can be replaced by using a genrule.
      
      Bug: 318785074
      Test: m validate_framework_keymaps
      Change-Id: I657466d7ee2cec29900beeb0610cb0d30f34f92e
      bedfe383
  2. Jan 06, 2024
    • Treehugger Robot's avatar
    • Yifan Hong's avatar
      recovery: Delete internal verifyPackageCompatibility. · 16da32b0
      Yifan Hong authored
      Non-A/B has been deprecated for long. During non-A/B updates,
      compatibility.zip is checked with VintfObject.verify(), which
      is another deprecated function that always returns compatible
      if a list of package VINTF XMLs are supplied. (see below.) Hence, the private
      RecoverySystem.verifyPackageCompatibility was just useless code
      that unconditionally returns true except for invalid ZIP file.
      Remove it. Replace the public RecoverySystem.verifyPackageCompatibility
      and make it return true unconditonally.
      
      VintfObject.verify() with OTA XMLs are deprecated per
      http://b/139300422 [VINTF] Delete OTA vintf checking code
      in http://r.android.com/1194233 ("Delete VINTF compatibility checks
      during OTA."), in 2019. We had decided that compatibility checks
      during OTA should be removed, and moved to OTA generation time instead.
      Using an old libvintf on the device to check against new libvintf
      metadata required forward compatibility of libvintf, which cannot be
      achieved. Instead, the device should verify the signature of the OTA to
      verify its source.
      
      Test: TH
      Bug: 270169217
      Bug: 139300422
      Change-Id: I775d29e4cd1d165233e07cfb820d1fe343fa4757
      16da32b0
  3. Jan 05, 2024
  4. Jan 04, 2024
  5. Jan 03, 2024
Loading