Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 641cfb2c authored by Jiyong Park's avatar Jiyong Park
Browse files

Mark libbluetooth-types as vendor_available

libbluetooty-types is used by a vendor module
android.hardware.bluetooth@1.0-service.sim, thus marking it as
vendor_available so that the lib is allowed for the HAL service when
building with BOARD_VNDK_VERSION.

Bug: 37342627
Test: BOARD_VNDK_VERSION=current m -j
android.hardware.bluetooth@1.0-service.sim

Change-Id: I39d071fc249ce6842e7175751abd6249b9367231
parent 24eb1daf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// Bluetooth types
cc_library_static {
    name: "libbluetooth-types",
    vendor_available: true,
    defaults: ["fluoride_types_defaults"],
    cflags: [
        /* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each class*/