Skip to content
Snippets Groups Projects
  1. Jan 18, 2024
  2. Jan 06, 2024
  3. Jan 04, 2024
    • Pawan Wagh's avatar
      Added java wrapper for update engine stable · a1a72609
      Pawan Wagh authored
      Test: m framework-all
      Test: Compiled and applied OTA using settings app using stable interface
      m Settings && adb install -r $ANDROID_PRODUCT_OUT/system_ext/priv-app/Settings/Settings.apk
      Bug: 317914533
      
      Change-Id: I393df5218c60303dbea60386c680b75b553ddac2
      a1a72609
  4. Jan 02, 2024
  5. Dec 21, 2023
    • Devin Moore's avatar
      Update HwNoService to implement IServiceManager.Stub · c141aaef
      Devin Moore authored
      Test: launch_cvd
      Bug: 218588089
      
      Change-Id: Ifeb615dccbac68eb050c340bc8809cd07a89dc6f
      c141aaef
    • Cole Faust's avatar
      List baseline_filename on modules that are implititly using it · 5479e810
      Cole Faust authored
      lintable modules currently pick up files named "lint-baseline.xml" to use as the
      lint baseline implicitly. This is confusing because you could end up using the
      baseline files in more modules than intended. Lint also has a feature where it
      requests you remove unnecessary findings from the baseline file, so something
      could be necessary for one module, but unnecessary for another that accidentally
      picked up the baseline.
      
      We're removing the implicit detection of the baseline file, which requires
      all modules using it to list the baseline file explicitly.
      
      Bug: 272769514
      Test: Presubmits
      Change-Id: I4e74094eed3f5a0b7395bcb5e16cbee9f0f28b7e
      Merged-In: I4e74094eed3f5a0b7395bcb5e16cbee9f0f28b7e
      5479e810
  6. Dec 15, 2023
  7. Dec 14, 2023
    • Siim Sammul's avatar
      Change the way tombstones are added to dropbox. · a7e73e3c
      Siim Sammul authored
      Use the proto tombstone as source of truth and ignore the text
      tombstone. Instead create the text tombstone by omitting the memory data
      from the proto tombstone to save space on data that would get removed
      anyway. This allows us to save bandwidth and avoid truncating useful
      data from the tombstones.
      
      Test: atest BootReceiverTest
      Bug: 296207744
      
      Change-Id: I809122d3206ce326cbbbceadb45c3b98b9762a3e
      a7e73e3c
  8. Nov 21, 2023
    • Harshit Mahajan's avatar
      [CrashRecovery] Separating out required files · d9c1ddf5
      Harshit Mahajan authored
      We would be moving these files to a new module.
      Separating them to a new filegroup, which would be later moved to the
      new module behind guarded by build flag when ready.
      
      Bug: b/289203818
      Test: m
      Change-Id: I5275cf6d416fb74384eb2f0a66d3bcba50dd3fc4
      d9c1ddf5
  9. Nov 17, 2023
  10. Nov 08, 2023
  11. Nov 01, 2023
    • Anton Hansson's avatar
      Move some API rules out of top-level Android.bp · 6f2dea9c
      Anton Hansson authored
      These defaults are used by api / stub modules, so move them into
      the api subdir.
      
      Test: m
      Merged-In: I97661daa1c4c3cba6c31ccf1212334a41adaa271
      Change-Id: I97661daa1c4c3cba6c31ccf1212334a41adaa271
      6f2dea9c
    • Anton Hansson's avatar
      Dedupe build rules for non-updatable sdk libs · 14e7f959
      Anton Hansson authored
      Reuse the defaults in packages/modules/common that are for
      non-updatable (to be updatable), but extend them to be suitable for
      modules that have no intention of becoming updatable.
      
      Baseline issues that were not enabled previously.
      
      Bug: 306806877
      Test: presubmit
      Merged-In: I5b596821ce9c20d2504728bf01f4fdd69da9a94e
      Change-Id: I5b596821ce9c20d2504728bf01f4fdd69da9a94e
      14e7f959
  12. Oct 30, 2023
  13. Oct 26, 2023
  14. Oct 23, 2023
  15. Oct 16, 2023
  16. Aug 20, 2023
    • Joe Onorato's avatar
      Add first aconfig library inside the framework. · cd77947b
      Joe Onorato authored
      The difficult part here is that the aconfig libraries can't be compiled
      separately from the framework, so the framework adds a srcjar and we add
      a fake DeviceConfig so that the generated libraries will compile.
      
      Bug: 293195086
      Test: m
      Change-Id: Ia54cb5d1196f9579f418586a0c53b8846d46dc5a
      cd77947b
  17. Jun 21, 2023
  18. May 10, 2023
  19. May 04, 2023
  20. May 02, 2023
    • Anton Hansson's avatar
      Ready more build rules for dir move · ca6e67a6
      Anton Hansson authored
      Tweak some visibilities and set up more filegroups to enable moving
      the ApiDocs.bp and StubLibraries.bp files into the api subdir.
      
      Bug: 271563074
      Test: m
      Change-Id: Ib2776dfc6c67b2042fb2f43a1251cd6f0ba61dc7
      ca6e67a6
  21. Apr 21, 2023
  22. Mar 29, 2023
  23. Mar 14, 2023
    • Atneya Nair's avatar
      Add STHAL AIDL type visibility for fwk interfaces · d278c73a
      Atneya Nair authored
      AIDL compiler relies on imported AIDL structs being present on the
      include path. Since the STService AIDL interfaces are not built separate
      from the framework, we must manually include the STHAL AIDL types when
      building the framework.
      
      Bug: 272827939
      Test: Compiles
      Change-Id: Ibabfc4533beb42b090657dcf00e11fc0f964b848
      d278c73a
  24. Mar 05, 2023
    • Thomas Nguyen's avatar
      DO NOT MERGE Revert "Add RIL requests and unsol for Satellite HAL" · 69996804
      Thomas Nguyen authored
      Revert submission 20583557-Satellite APIs
      
      Reason for revert: We need to revert these changes for U
      
      Reverted changes: /q/submissionid:20583557-Satellite+APIs
      
      Bug: 271297374
      Test: Call and SMS/MMS with live network.
      atest TelephonyManagerTestOnMockModem
      atest VtsHalRadioTargetTest
      atest com.android.cellbroadcastreceiver.compliancetests.CellBroadcastConfigTest
      atest android.telephony.cts.TelephonyManagerTest
      atest android.telephony.cts.SatelliteManagerTest
      
      Change-Id: I9b20dd1df7b8a08ef5c8109e87c859b311067f67
      69996804
  25. Mar 03, 2023
  26. Jan 20, 2023
    • Avichal Rakesh's avatar
      Migrate UsbManager to reference AIDL USBGadget interface · 022652f7
      Avichal Rakesh authored
      UsbManager referenced the HIDL Gadget HAL interfaces for populating and
      documenting its fields. As the HIDL interfaces are now deprecated, this
      CL changes UsbManager to reference AIDL Gadget HAL interfaces instead.
      
      The fields cannot be initialized as `GadgetFunction.XYZ` because of
      b/243718774. So a javadoc reference has been added instead.
      
      Also does some formatting fixes for the lint gods.
      
      Test: Manually tested that USB gadgets are configured properly after
            the change
      Bug: 218791946
      Change-Id: I524bb44768f3ec947487bfe266bc79713e544004
      022652f7
  27. Jan 18, 2023
  28. Jan 09, 2023
    • Venkatarama Avadhani's avatar
      CAS: Add AIDL Support · 3181772b
      Venkatarama Avadhani authored
      Add support for AIDL HAL with the existing HIDL support.
      
      Bug: 230377377, 227673974, 233862815
      Test: atest CtsMediaV2TestCases
      Change-Id: Idd8c4d46400f14b4b305e6046d0ef63d6628e368
      3181772b
  29. Dec 22, 2022
    • Atneya Nair's avatar
      Add query API for hotword flag support · eeab0a7d
      Atneya Nair authored
      - Add API to query for device support for hotword record flags.
      - Call through AudioService to enforce permissions.
      - Clean up dependency injection, mocking in AudioService.
      - Directly call APM from AudioService using AIDL, instead of JNI.
      
      Test: atest AudioManagerTest, atest AudioRecordTest
      Test: AudioService unit tests
      Bug: 237449755
      Change-Id: I42178b3895e4eb76dcabfc7b0259fc545223dcb6
      eeab0a7d
  30. Dec 15, 2022
  31. Dec 08, 2022
Loading