1. 13 Jul, 2015 1 commit
    • Arman Uguray's avatar
      gn-build: Add BUILD files for libchrome · 0ca99052
      Arman Uguray authored
      This CL adds GN build files for libchrome, which is the ChromeOS/Brillo library
      for many C++ tools, include libbase. I added a new GN build target for "base"
      under secondary sources with a GN build file for libchrome which currently lives
      in platform/external/libchrome in AOSP.
      
      To build, clone libchrome into third_party/libchrome and remove
      third_party/libchrome/base/BUILD.gn. Also clone external/modp_b64 into
      third_party/modp_b64. Eventually I will have scripts set up to do
      this automatically.
      
      This means that we can start developing against libbase while running GN builds
      on Goobuntu but this would break the tree until libchrome is buildable within
      the Android build system (http://r.android.com/158392). So Brillo/Android builds
      will depend on libchrome using the conventional Android.mk means.
      
      Bug: 22175181
      Change-Id: I9a737aa785488e5bc0ca1adc087d1d5dfcdf3bea
      0ca99052
  2. 12 Jun, 2015 1 commit
  3. 16 Mar, 2015 2 commits
  4. 03 Jul, 2014 1 commit
    • Sharvil Nanavati's avatar
      Implement the reactor pattern in C. · 19084c62
      Sharvil Nanavati authored
      This code will form the basis of most select-based event loops in
      bluedroid. It provides a thread-safe abort routine and a separation
      between the dispatcher and event handler code.
      
      Change-Id: I6f1c033d18f045ba273187dab607c209dfe32d30
      19084c62
  5. 12 Jun, 2014 2 commits
  6. 03 Jun, 2014 1 commit
  7. 07 May, 2014 1 commit