67 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
package {
 | 
						|
    // See: http://go/android-license-faq
 | 
						|
    // A large-scale-change added 'default_applicable_licenses' to import
 | 
						|
    // all of the 'license_kinds' from "system_bt_license"
 | 
						|
    // to get the below license kinds:
 | 
						|
    //   SPDX-license-identifier-Apache-2.0
 | 
						|
    default_applicable_licenses: ["system_bt_license"],
 | 
						|
}
 | 
						|
 | 
						|
cc_defaults {
 | 
						|
    name: "libbt-stack_fuzz_defaults",
 | 
						|
    defaults: ["fluoride_defaults"],
 | 
						|
    include_dirs: [
 | 
						|
        "packages/modules/Bluetooth/system/",
 | 
						|
        "packages/modules/Bluetooth/system/include/",
 | 
						|
        "packages/modules/Bluetooth/system/types/",
 | 
						|
        "packages/modules/Bluetooth/system/internal_include/",
 | 
						|
        "packages/modules/Bluetooth/system/stack/include",
 | 
						|
        "packages/modules/Bluetooth/system/stack/test",
 | 
						|
    ],
 | 
						|
    static_libs: [
 | 
						|
        "libbt-stack",
 | 
						|
        "libbte",
 | 
						|
        "libFraunhoferAAC",
 | 
						|
        "libbt-audio-hal-interface",
 | 
						|
        "libbtcore",
 | 
						|
        "libbt-bta",
 | 
						|
        "libbt-stack",
 | 
						|
        "libbt-common",
 | 
						|
        "libbt-sbc-decoder",
 | 
						|
        "libbt-sbc-encoder",
 | 
						|
        "libbt-utils",
 | 
						|
        "libbtif",
 | 
						|
        "libbt-hci",
 | 
						|
        "libbtdevice",
 | 
						|
        "libg722codec",
 | 
						|
        "liblc3",
 | 
						|
        "libopus",
 | 
						|
        "libosi",
 | 
						|
        "libudrv-uipc",
 | 
						|
        "libbt-protos-lite",
 | 
						|
        "libbluetooth-dumpsys",
 | 
						|
        "libbluetooth_gd",
 | 
						|
    ],
 | 
						|
    shared_libs: [
 | 
						|
        "libbinder",
 | 
						|
        "libbase",
 | 
						|
        "libcutils",
 | 
						|
        "liblog",
 | 
						|
        "android.hardware.bluetooth@1.0",
 | 
						|
        "android.hardware.bluetooth@1.1",
 | 
						|
        "android.hardware.bluetooth.a2dp@1.0",
 | 
						|
        "android.hardware.bluetooth.audio@2.0",
 | 
						|
        "android.hardware.bluetooth.audio@2.1",
 | 
						|
        "android.hardware.bluetooth.audio-V2-ndk",
 | 
						|
        "android.system.suspend.control-V1-ndk",
 | 
						|
        "libaaudio",
 | 
						|
        "libbinder_ndk",
 | 
						|
        "libfmq",
 | 
						|
        "libhidlbase",
 | 
						|
        "libprocessgroup",
 | 
						|
        "libprotobuf-cpp-lite",
 | 
						|
        "libutils",
 | 
						|
        "libcrypto",
 | 
						|
    ],
 | 
						|
}
 |