Skip to content
Snippets Groups Projects
  1. May 24, 2024
  2. May 23, 2024
  3. May 22, 2024
  4. May 21, 2024
  5. May 20, 2024
  6. May 19, 2024
    • Priyanka Advani's avatar
      Merge changes from topic... · 2597bf42
      Priyanka Advani authored
      Merge changes from topic "revert-3085486-cherrypicker-L33500030003548614:N45100030056225643-AHBLMNZHOI" into main
      
      * changes:
        Revert "Fix LargeTopAppBarNestedScrollConnectionTest for ag/26995613"
        Revert "[STL] Address API council feedback on ApproachLayoutModi..."
      2597bf42
  7. May 18, 2024
    • Jooyung Han's avatar
      Fix VintfObject to use vintf · e22f560d
      Jooyung Han authored
      VintfObject is a TestApi class and used by CTS tests and EDI collectors.
      Previously, it used libvintf to open VINTF data from device which caused
      SEPolicy error because
      - CTS tests and EDI collectors are "apps"
      - VINTF data needs to load files unavailable to apps.
      
      In this change, VintfObject uses "instrumentation" to get VINTF data by
      calling /system/bin/vintf under shell identity.
      
      Bug: 338278029
      Bug: 317747397
      Test: atest SELinuxNeverallowRulesTest
      Test: VintfDeviceInfo/VintfFilesCollector work
      Change-Id: I43a54827a1d82cfaf573753c5c5862425843a099
      e22f560d
Loading