Skip to content
Snippets Groups Projects
  1. Jul 17, 2018
  2. Jul 16, 2018
  3. Apr 26, 2018
  4. Apr 25, 2018
  5. Jan 16, 2018
  6. Jan 12, 2018
  7. Jan 05, 2018
  8. Jan 02, 2018
  9. Dec 28, 2017
  10. Oct 09, 2017
  11. Sep 29, 2017
  12. Sep 14, 2017
  13. Sep 07, 2017
    • Justin Yun's avatar
      Mark the module as VNDK or VNDK-SP in Android.bp · d3ab274c
      Justin Yun authored
      As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well
      as 'vendor_available: true'.
      
      For a VNDK module, the 'vndk' tag has 'enabled: true'.
      It will be installed system/lib(64)/vndk as a vendor variant.
      
      For a VNDK-SP module, the 'vndk' tag has
      'support_system_process: true' as well as 'enabled: true'.
      It will be installed system/lib(64)/vndk-sp as a vendor variant.
      
      Bug: 63866913
      Test: build and boot with BOARD_VNDK_VERSION=current
      Merged-In: I2843d936b590fe9245d11c12e04cf8e451e5bd0c
      Change-Id: I2843d936b590fe9245d11c12e04cf8e451e5bd0c
      (cherry picked from commit b8079060)
      d3ab274c
  14. Aug 03, 2017
  15. Jul 25, 2017
    • Justin Yun's avatar
      Mark the module as VNDK or VNDK-SP in Android.bp · b8079060
      Justin Yun authored
      As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well
      as 'vendor_available: true'.
      
      For a VNDK module, the 'vndk' tag has 'enabled: true'.
      It will be installed system/lib(64)/vndk as a vendor variant.
      
      For a VNDK-SP module, the 'vndk' tag has
      'support_system_process: true' as well as 'enabled: true'.
      It will be installed system/lib(64)/vndk-sp as a vendor variant.
      
      Bug: 63866913
      Test: build and boot with BOARD_VNDK_VERSION=current
      Change-Id: I2843d936b590fe9245d11c12e04cf8e451e5bd0c
      b8079060
  16. Jul 15, 2017
  17. Jul 14, 2017
    • Steven Moreland's avatar
      Make tinyxml2 build with the VNDK. · e5ae2991
      Steven Moreland authored
      When the vndk is enabled (BOARD_VNDK_VERSION=current),
      vendor libraries must only link against vendor variants
      in the build system. This also means that they receive
      restricted sets of headers and that automatic global
      headers are restricted.
      
      Test: build tinyxml2 with BOARD_VNDK_VERSION=current
      Bug: 37342627
      Merged-In: I6938cdda3e718cf1bf97af419eb24b24b4535744
      Change-Id: I6938cdda3e718cf1bf97af419eb24b24b4535744
      e5ae2991
Loading