Skip to content
Snippets Groups Projects
Select Git revision
  • burak
  • master default
  • ci-bump-test
  • abp-queue
  • new-delete-leaks
  • fused-continuation-and-completion-stealing
  • emper-fix-invalid-conv
  • remote-put-get-free-context-cycle
  • linux-version-construct-on-first-use
  • libstdc++-asserts
  • msan
  • libc++
  • completer-strategies
  • cactus_stack_devel_one_commit
  • client-load-change
  • cppcheck
  • flow
  • cast-if-future
  • async_network2
  • thread_safe_log_config
  • attic/clang-release-tls-optimization-debug-and-fix
  • attic/continuation-stealing-dev
22 results

scripts

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Lehrstuhl für Informatik 4 (Systemsoftware) / manycore / emper
    Source project has a limited visibility.
    user avatar
    Justin Yun authored
    As a VNDK-SP module, Android.bp must have 'vndk' tag as well as
    'vendor_available: true'.
    
    The 'vndk' tag for VNDK-SP formated as follows:
    vndk: {
        enabled: true,
        support_system_process: true,
    },
    
    VNDK-SP modules will be installed both in system/lib(64) as normal
    and in system/lib(64)/vndk-sp as a vendor variant.
    
    Bug: 63866913
    Test: build and boot with BOARD_VNDK_VERSION=current
    Change-Id: I51fe0859f63ad58b7b91909e7d7d4206443228cd
    aeb68e86
    History
    Name Last commit Last update
    ..