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

Commit dfd44a73 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Use bluetooth_stack_with_facade as dist target

am: f8687784

Change-Id: I7195a966fe0458ce311ea42899d490d218df804a
parents b45e396e f8687784
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)