Skip to content
Snippets Groups Projects
  1. Jan 10, 2024
  2. Jan 09, 2024
  3. Jan 08, 2024
  4. 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
    • Spandan Das's avatar
      Make apex availability of framework-wifi-util-lib explicit · d35f1a1c
      Spandan Das authored
      The availability to wifi apex was done implicitly using a baseline map in
      build/soong/apex/apex.go. Make this explicit in Android.bp
      
      Bug: 281077552
      Test: m nothing
      Change-Id: I5c3fb582f290da2d5cedc65417ca126013941da5
      d35f1a1c
  5. Jan 05, 2024
    • Eric Biggers's avatar
      Remove serialNumber parameter from prepareUserStorage · 47a9d404
      Eric Biggers authored
      Remove the serialNumber parameter from
      IStorageManager#prepareUserStorage, StorageManager#prepareUserStorage,
      and StorageManagerService#prepareUserStorageInternal, as it is not used.
      
      Bug: 316035110
      Test: atest UserDataPreparerTest
      Flag: N/A, mechanical refactoring
      Change-Id: I4bb716a502fec267fbe0d93e423c7d713c78feaa
      47a9d404
    • Rex Hoffman's avatar
      Merge "Uptesting is moving folks to /external/robolectric from... · 3a1ad8c7
      Rex Hoffman authored
      Merge "Uptesting is moving folks to /external/robolectric from /external/robolectric-shadows" into main
      3a1ad8c7
    • Eric Biggers's avatar
      Remove serialNumber parameter from createUserStorageKeys · 383e31cb
      Eric Biggers authored
      Remove the serialNumber parameter from
      IStorageManager#createUserStorageKeys and
      StorageManager#createUserStorageKeys, as it is not used.
      
      Bug: 316035110
      Test: presubmit
      Flag: N/A, mechanical refactoring
      Change-Id: I11f2507fefb374bea7c8de857424c67108fcb97e
      383e31cb
    • Eric Biggers's avatar
      Remove serialNumber parameter from unlockCeStorage · 41749ebb
      Eric Biggers authored
      Remove the serialNumber parameter from IStorageManager#unlockCeStorage,
      as it is not used.
      
      Bug: 316035110
      Test: atest UserControllerTest
      Test: atest com.android.server.locksettings
      Flag: N/A, mechanical refactoring
      Change-Id: Idfb46e625f0ab6915c980e4a39420fe712cb5fb5
      41749ebb
Loading