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

Commit f8687784 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Use bluetooth_stack_with_facade as dist target

And let bluetooth_stack_with_facade require root-canal

Test: m dist bluetooth_stack_with_facade -j50
Bug: 148147248
Change-Id: I6b4651042cb6bb5769d96575ac61a8f192381d3c
parent 2638d409
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)