1. 26 Jun, 2016 1 commit
  2. 26 May, 2016 1 commit
    • Bjoern Johansson's avatar
      Remove Dev Settings app from emulator images · d7db5d51
      Bjoern Johansson authored
      The Dev Settings app currently just launches an intent that is received
      by the regular Settings app. However, since N the Settings app only
      receives the intent when developer mode is enabled. If it is not enabled
      the Dev Settings app will crash. Since the Dev Settings app doesn't
      really add much benefit this change removes it from the emulator system
      images to prevent this issue. The user will have to access the developer
      settings from the regular Settings app just like on a physical device.
      
      BUG: 27549126
      
      Change-Id: I8191f9003bb452ef76c4b236b965368b48be3d25
      d7db5d51
  3. 24 Feb, 2016 1 commit
  4. 20 Feb, 2016 1 commit
    • Lingfeng Yang's avatar
      Allow smooth upgrade of AVD's from older API's. · ae74914e
      Lingfeng Yang authored
      If we are using an old API for the emulator
      (API 19 for example) and then upgrade the AVD
      to API 23 through the AVD settings, we get a bunch
      of crashes in the TelephonyProvider,
      as it is looking for a file that does not exist
      that concerns upgrading from old "apn"'s.
      
      This CL adds this file to the files to be copied
      to /etc in the system image.
      
      BUG: b.android.com/200390
      BUG=27273457
      
      RELEASE NOTE: Fixed telephony service crashes on startup when upgrading from an old API.
      
      Change-Id: I227713880bf20541c759aab588c00197ac7aebfd
      (cherry picked from commit e5083159401edf1df5109b56d1aedbbb739584e6)
      ae74914e
  5. 20 Nov, 2015 1 commit
  6. 12 Aug, 2015 1 commit
  7. 11 Aug, 2015 1 commit
  8. 22 May, 2015 2 commits
    • bohu's avatar
      Uses SDK specific feature lists for SDK system images · ed6b6350
      bohu authored
      The SDK system images does not have some features such as bluetooth;
      From now on, it will use its own feature list from
      device/generic/goldfish/data/etc/handheld_core_hardware.xml
      
      bug: 21159206
      Change-Id: If566d4d190dc307c6d16844dba0d17570f0ceebf
      ed6b6350
    • bohu's avatar
      Replace Launcher2 by Launcher3 for SDK system images · 9b2323ed
      bohu authored
      Launcher2 is deprecated and should use Launcher3, as the latter
      can handle higher resolution devices (such as Nexus 6).
      
      Change-Id: I5215d87f8536869486bb0b6317ae382a21099925
      9b2323ed
  9. 26 Feb, 2015 1 commit
    • Roozbeh Pournader's avatar
      Add Roboto fonts · 3ab85e47
      Roozbeh Pournader authored
      Roboto fonts are now moved to external/roboto-fonts.
      
      Change-Id: Ic42bc5f7e645a66b3cf5c2ab61a6b5e9bde1b7cd
      3ab85e47
  10. 03 Dec, 2014 1 commit
  11. 10 Oct, 2014 1 commit
  12. 19 Sep, 2014 1 commit
  13. 18 Jul, 2014 1 commit
  14. 16 Jun, 2014 1 commit
  15. 04 Jun, 2014 4 commits
  16. 13 May, 2014 1 commit
  17. 03 Apr, 2014 1 commit
  18. 20 Mar, 2014 1 commit
  19. 28 Feb, 2014 1 commit
  20. 19 Feb, 2014 1 commit
  21. 07 Feb, 2014 1 commit
  22. 04 Feb, 2014 1 commit
    • David 'Digit' Turner's avatar
      Add missing font files to SDK system images. · b0dac934
      David 'Digit' Turner authored
      This adds a few missing font families to SDK system images.
      This allows, in particular, support for the Korean language.
      
      Note that this depends on other patches under device/generic/
      to fix some board and product configuration files, otherwise
      this change will have no effect.
      
      See http://b.android.com/40340
      
      Change-Id: Idba6471de32232833f511a4da97fd652906fec51
      b0dac934
  23. 04 Dec, 2013 1 commit
  24. 20 Nov, 2013 2 commits
  25. 30 Sep, 2013 1 commit
  26. 06 Aug, 2013 1 commit
    • Jun Tian's avatar
      Adding the missing audio files into the SDK system image · 763217f1
      Jun Tian authored
      The system audio files are not included in the SDK image makefile.
      It causes the audio effects cannot be played in the SDK image.
      It also fixed lots of error messages in the logcat.
      
      Change-Id: I1670b2b9e4f8fe6709cd68b8e792e2f8c289876f
      763217f1
  27. 22 Jun, 2013 1 commit
  28. 30 Apr, 2013 1 commit
  29. 02 Apr, 2013 1 commit
    • Ben Murdoch's avatar
      Fix SDK build. · 0646fdae
      Ben Murdoch authored
      Ensure that we include the Chromium-WebView resources.
      
      Change-Id: I3f7b4e52ebb59fa6a8952839bb071c7994505b75
      0646fdae
  30. 13 Mar, 2013 1 commit
    • Raphael Moll's avatar
      Build SDK using prebuilts/devtools. · 8a2b7707
      Raphael Moll authored
      Cleans up some unused/renamed files:
      - sdk_only_whitelist is better named windows_sdk_whitelist.
      - a few product.mk dependencies should not be listed here
        any more but in the sdk/product.mk instead (which they were.)
      
      Change-Id: Ifad3049321c8ec4edd8b94b83e570eebba442e7d
      8a2b7707
  31. 11 Mar, 2013 1 commit
  32. 06 Mar, 2013 1 commit
  33. 05 Mar, 2013 1 commit
    • Ken Sumrall's avatar
      Install a unified fstab in the emulator image · f151d371
      Ken Sumrall authored
      Also, modify the sdk.mk file to undo an earlier change
      to add the unified fstab there, and move the include
      of the emulator.mk file to after PRODUCT_COPY_FILES
      is initially defined.
      
      Change-Id: I7318ebefa1b3043f32e99a9e278fe4667f760aa8
      f151d371
  34. 28 Feb, 2013 1 commit
  35. 27 Feb, 2013 1 commit