Skip to content
Snippets Groups Projects
  • Abhishek Pandit-Subedi's avatar
    cac9ab3f
    Add option to build libbluetooth as staticlib · cac9ab3f
    Abhishek Pandit-Subedi authored
    For ChromeOS/Linux, we want to build a static libbluetooth to make it
    easier to find build breakages earlier and to simplify some of the build
    issues. This change adds a compile time define to choose between using
    dlsym to load libbluetooth and using extern to access the symbols
    directly.
    
    Bug: 176847256
    Tag: #floss
    Test: atest --host bluetooth_test_gd
    Change-Id: I818c0f4a7baf414e73dc6f6ae73bb3e3bc3f357f
    cac9ab3f
    History
    Add option to build libbluetooth as staticlib
    Abhishek Pandit-Subedi authored
    For ChromeOS/Linux, we want to build a static libbluetooth to make it
    easier to find build breakages earlier and to simplify some of the build
    issues. This change adds a compile time define to choose between using
    dlsym to load libbluetooth and using extern to access the symbols
    directly.
    
    Bug: 176847256
    Tag: #floss
    Test: atest --host bluetooth_test_gd
    Change-Id: I818c0f4a7baf414e73dc6f6ae73bb3e3bc3f357f
Code owners
Assign users and groups as approvers for specific file changes. Learn more.