Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
    • David Su's avatar
      Include OsuLogin in Wifi apex · e5104e36
      David Su authored
      Build OsuLogin against system_current and make it
      available to the wifi apex.
      
      Bug: 149346045
      Test: Attempted to connect to an OSU network,
      verify OsuLogin page pops up
      
      Change-Id: Ib71772f09d85b544f1298493ca34b10243a6a9f5
      e5104e36
  2. Dec 20, 2019
    • markchien's avatar
      Fix clean InProcessTethering fail problem · 5189266c
      markchien authored
      CleanSpec only respect root of a git project.
      Remove packages/Tethering/CldanSpec.mk because it never
      be read.
      
      Bug: 144320246
      Test: manual build InProcessTethering and observed it is removed
            after adding new clean step.
      
      Change-Id: I58750e4a1fe11018d83da1ebf828d1b3134ec765
      Merged-In: I58750e4a1fe11018d83da1ebf828d1b3134ec765
      5189266c
    • markchien's avatar
      Fix clean InProcessTethering fail problem · 777bbd7f
      markchien authored
      CleanSpec only respect root of a git project.
      Remove packages/Tethering/CldanSpec.mk because it never
      be read.
      
      Bug: 144320246
      Test: manual build InProcessTethering and observed it is removed
            after adding new clean step.
      
      Change-Id: I58750e4a1fe11018d83da1ebf828d1b3134ec765
      777bbd7f
  3. Dec 18, 2019
  4. Dec 12, 2019
    • Tej Singh's avatar
      Move service-statsd.jar into statsd apex · ccd00916
      Tej Singh authored
      This moves StatsCompanionService into the statsd apex.
      service-statsd.jar is no longer installed to system/framework, and is
      instead installed to
      /apex/com.android.os.statsd/javalib/service-statsd.jar.
      
      Bug: 145923413
      Test: make clean; make; vendor/google/tools/flashall and manual
      inspection of jar locations
      Test: made trivial update to SCS and bumped the version of the apex.
      Then did: 1. make com.android.os.statsd 2. adb install
      com.android.os.statsd 3. adb reboot. Verified that the change was
      reflected via the apex update
      
      Change-Id: I456a60d022d4286f47fe3dd5cd159de39897119e
      ccd00916
  5. Nov 22, 2019
    • Anton Hansson's avatar
      Rename framework and service jars · 97369f8d
      Anton Hansson authored
      Name them framework-* and service-* instead of *-(framework|service).
      This matches the proposal in go/android-apex-for-framework.
      
      Test: treehugger
      Change-Id: I16754a5f08e002a8bc8862b11281f12cc6c8739f
      97369f8d
  6. Nov 01, 2019
  7. Oct 15, 2019
  8. Oct 01, 2019
  9. Sep 11, 2019
  10. May 22, 2019
    • Remi NGUYEN VAN's avatar
      InProcessNetworkStack requires platform-signed APK · 82d28e02
      Remi NGUYEN VAN authored
      PlatformCaptivePortalLogin must be used with InProcessNetworkStack
      instead of CaptivePortalLogin, since the signature of the APKs must
      match.
      
      Bug: 132666298
      Test: Flashed walleye_svelte-eng, networking and captive portal working,
            including "use as-is".
      
      Change-Id: I243b29f2397b22f0d55af0d8927e75916d644198
      82d28e02
  11. May 10, 2019
  12. Apr 22, 2019
  13. Mar 23, 2019
  14. Jan 11, 2019
    • Anton Hansson's avatar
      Move SystemUI and its permissions to /product · b7909f3a
      Anton Hansson authored
      Since this app is frequently customized by OEMs, it doesn't
      fit in the mainline /system image right now. Move it to
      /product.
      
      Bug: 110072687
      Test: make
      Test: boot blueline
      Test: atest SystemUITests
      Change-Id: If27bcccd62f239f716db5ee7f4f1418d936e1cf4
      Merged-In: If27bcccd62f239f716db5ee7f4f1418d936e1cf4
      (cherry picked from commit 9068f65e)
      b7909f3a
  15. Jan 07, 2019
    • Anton Hansson's avatar
      Move default sounds to /product · b8f6d0d5
      Anton Hansson authored
      The set of audio files is frequently customized, so move the default
      set to /product. The frameworks scans both of these directories.
      
      Bug: 80410283
      Bug: 118826166
      Test: verify sounds available in soundpicker
      Change-Id: I3bfc71b46eb64b4d4614b62c65fb8821bf1c271a
      b8f6d0d5
    • Anton Hansson's avatar
      Move default sounds to /product · 5113c0cf
      Anton Hansson authored
      The set of audio files is frequently customized, so move the default
      set to /product. The frameworks scans both of these directories.
      
      Bug: 80410283
      Bug: 118826166
      Test: verify sounds available in soundpicker
      Change-Id: I3bfc71b46eb64b4d4614b62c65fb8821bf1c271a
      Merged-In: I3bfc71b46eb64b4d4614b62c65fb8821bf1c271a
      5113c0cf
  16. Dec 18, 2018
    • Anton Hansson's avatar
      Move SystemUI and its permissions to /product · 9068f65e
      Anton Hansson authored
      Since this app is frequently customized by OEMs, it doesn't
      fit in the mainline /system image right now. Move it to
      /product.
      
      Bug: 110072687
      Test: make
      Test: boot blueline
      Test: atest SystemUITests
      Change-Id: If27bcccd62f239f716db5ee7f4f1418d936e1cf4
      9068f65e
  17. Nov 30, 2018
  18. Oct 02, 2018
    • Sundong Ahn's avatar
      Build com.android.media.remotedisplay with java_sdk_library · 881a9872
      Sundong Ahn authored
      com.android.media.remotedisplay is built with java_sdk_library and api
      files are added by running "make update-api".
      The com.android.media.remotedisplay.xml is removed since it will be made
      auto generation by soong when the library is built with java_sdk_library.
      
      Bug:77577799
      Test: make -j
      Test: make checkapi
      Test: adb shell cmd package list libraries |\
            grep com.android.media.remotedisplay
            And check the com.android.media.remotedisplay library
      
      Merged-In: I40e2d5456877a434f7c1ae70b6ec3692db106537
      Change-Id: I40e2d5456877a434f7c1ae70b6ec3692db106537
      (cherry picked from commit 6e038837)
      881a9872
  19. Aug 30, 2018
    • Sundong Ahn's avatar
      Build com.android.media.remotedisplay with java_sdk_library · 6e038837
      Sundong Ahn authored
      com.android.media.remotedisplay is built with java_sdk_library and api
      files are added by running "make update-api".
      The com.android.media.remotedisplay.xml is removed since it will be made
      auto generation by soong when the library is built with java_sdk_library.
      
      Bug:77577799
      Test: make -j
      Test: make checkapi
      Test: adb shell cmd package list libraries |\
            grep com.android.media.remotedisplay
            And check the com.android.media.remotedisplay library
      
      Change-Id: I40e2d5456877a434f7c1ae70b6ec3692db106537
      6e038837
  20. Jun 19, 2018
    • Sundong Ahn's avatar
      Build com.android.future.usb.accessory with java_sdk_library · 9794d2a5
      Sundong Ahn authored
      com.android.future.usb.accessory is built with java_sdk_library and api
      files are added by running "make update-api".
      
      Bug:77577799
      Test: make -j
      Test: make checkapi
      Test: adb shell cmd package list libraries |\
            grep com.android.future.usb.accessory
            And check the com.android.future.usb.accessory library
      
      Change-Id: I21c635c06ab809b3d1b34b2a8de055fa20d9b066
      9794d2a5
  21. Jun 07, 2018
    • Sundong Ahn's avatar
      Build com.android.location.provider with java_sdk_library · 50cd1a97
      Sundong Ahn authored
      com.android.location.provider is built with java_sdk_library and api
      files are added by running "make update-api".
      Remove com.android.location.provider.xml since it will be
      make auto generation by soong when the library is built with
      java_sdk_library.
      
      Bug:77577799
      Test: make -j
      Test: make checkapi
      Test: adb shell cmd package list libraries |\
            grep com.android.location.provider
            And check the com.android.location.provider library
      
      Change-Id: Iad0b4452fd87716c277235f3da6f3540aafdbed3
      50cd1a97
  22. Jun 04, 2018
    • Sundong Ahn's avatar
      com.android.mediadrm.signer is built with java_sdk_library · 63bdde81
      Sundong Ahn authored
      The com.android.mediadrm.signer is built with java_sdk_library
      and api files are added by running "make update-api".
      The com.android.mediadrm.signer is removed in platform.xml
      since it will be made auto generation by soong when the library is
      built with java_sdk_library.
      
      Bug:77577799
      Test: make -j
      Test: make checkapi
      
      Merged-In: I0e773615abe6aa8d757e489de2b9d807cd356146
      Change-Id: I0e773615abe6aa8d757e489de2b9d807cd356146
      (cherry picked from commit 2e1089ba)
      63bdde81
  23. May 31, 2018
    • Sundong Ahn's avatar
      com.android.mediadrm.signer is built with java_sdk_library · 011bb720
      Sundong Ahn authored
      The com.android.mediadrm.signer is built with java_sdk_library
      and api files are added by running "make update-api".
      The com.android.mediadrm.signer is removed in platform.xml
      since it will be made auto generation by soong when the library is
      built with java_sdk_library.
      
      Bug:77577799
      Test: make -j
      Test: make checkapi
      Test: adb shell cmd package list libraries |\
            grep com.android.mediadrm.signer
            And check the com.android.mediadrm.signer library
      
      Merged-In: I0e773615abe6aa8d757e489de2b9d807cd356146
      Change-Id: I0e773615abe6aa8d757e489de2b9d807cd356146
      (cherry picked from commit 2e1089ba)
      011bb720
  24. May 25, 2018
    • Sundong Ahn's avatar
      com.android.mediadrm.signer is built with java_sdk_library · 2e1089ba
      Sundong Ahn authored
      The com.android.mediadrm.signer is built with java_sdk_library
      and api files are added by running "make update-api".
      The com.android.mediadrm.signer is removed in platform.xml
      since it will be made auto generation by soong when the library is
      built with java_sdk_library.
      
      Bug:77577799
      Test: make -j
      Test: make checkapi
      Test: adb shell cmd package list libraries |\
            grep com.android.mediadrm.signer
            And check the com.android.mediadrm.signer library
      
      Change-Id: I0e773615abe6aa8d757e489de2b9d807cd356146
      2e1089ba
  25. Apr 16, 2018
    • Tej Singh's avatar
      Enforce dump permission in stats service · dd83d703
      Tej Singh authored
      Enforces the dump permission in stats service and fixes a typo in an
      enum name.
      
      Bug: b/77723108
      Test: adb shell dumpsys stats as root and not root
      Test: build success on marlin (and cts build success)
      Change-Id: I131f97fe4fd370d50bc4ad369377f6adcca5f6ae
      dd83d703
  26. Mar 10, 2017
  27. Nov 15, 2016
  28. Mar 03, 2016
  29. Jan 19, 2016
  30. Nov 23, 2015
    • Jean-Michel Trivi's avatar
      AudioService: remove dead code · d4de20df
      Jean-Michel Trivi authored
      Remove dead code related to media button event receiver and
        remote control display, now handled by MediaSession*
      
      Change-Id: I4bd621240ddddf4df079df8d551c72b232c3301d
      d4de20df
  31. Sep 02, 2015
  32. Jun 02, 2015
    • Craig Lafayette's avatar
      Remove device initializer status messages · 240e6482
      Craig Lafayette authored
      - Remove ManagedProvision Bluetooth extras from
        DevicePolicyManager
      - Remove ManagedProvisioning device initializer status
        action and extras from DevicePolicyManager.
      - Remove DIA status update protected-broadcast
        and permission
      - Remove DPM.sendDeviceInitializerStatus method
      
      Bug: 21559093
      Change-Id: Ibb651ebb2772ace6a16a5830f82f75465150e6e3
      240e6482
  33. May 06, 2015
  34. Feb 24, 2015
  35. Feb 10, 2015
  36. Jan 07, 2015
  37. Nov 12, 2014
    • Adrian Roos's avatar
      Obliterate LockPatternUtilsCache · 138b8334
      Adrian Roos authored
      It is disabled dead code already and not useful anymore
      with the new caching in LockSettingsService.
      
      Bug: 18163444
      Change-Id: Icc184e923e0fbeab31ed128336c01f835b24c6f2
      138b8334
  38. Sep 13, 2014
    • Tyler Gunn's avatar
      Renaming Telecomm to Telecom. · ef9f6f95
      Tyler Gunn authored
      - Changing package from android.telecomm to android.telecom
      - Changing package from com.android.telecomm to
      com.android.server.telecomm.
      - Renaming TelecommManager to TelecomManager.
      
      Bug: 17364651
      Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
      ef9f6f95
Loading