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

Commit 1ad7660e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Use bluetooth_stack_with_facade as dist target am: f8687784 am: dfd44a73

Change-Id: I7b1907e2a9e090d1bb77016ad4288a1f3918281a
parents 9138b4f8 dfd44a73
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -146,6 +146,9 @@ cc_binary {
    generated_sources: [
        "BluetoothFacadeGeneratedStub_cc",
    ],
    required: [
        "root-canal",
    ],
    static_libs: [
        "libbluetooth_gd",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -26,4 +26,4 @@ PRIVATE_BLUETOOTH_CERT_ZIP_PATH := \
$(PRIVATE_BLUETOOTH_CERT_ZIP_PATH) : $(SOONG_ZIP) $(PRIVATE_BLUETOOTH_CERT_TEST_FILE_LIST)
	$(hide) $(SOONG_ZIP) -d -o $@ -C packages/modules/Bluetooth/system/gd $(addprefix -f ,$(PRIVATE_BLUETOOTH_CERT_TEST_FILE_LIST))

$(call dist-for-goals,libbluetooth_gd,$(PRIVATE_BLUETOOTH_CERT_ZIP_PATH):bluetooth_cert_test/bluetooth_cert_test.zip)
$(call dist-for-goals,bluetooth_stack_with_facade,$(PRIVATE_BLUETOOTH_CERT_ZIP_PATH):bluetooth_cert_test.zip)