Merge "ubwcp: Enable DDK build"

Этот коммит содержится в:
qctecmdr
2023-05-02 09:02:00 -07:00
коммит произвёл Gerrit - the friendly Code Review server
родитель 1d12729839 e643ade79c
Коммит f62cf02bdd
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
LOCAL_PATH := $(call my-dir)
LOCAL_MODULE_DDK_BUILD := true
include $(CLEAR_VARS)
# For incremental compilation

Просмотреть файл

@@ -12,6 +12,7 @@ def define_modules(target, variant):
"ubwcp_main.c",
"ubwcp_hw.c",
"ubwcp_hw.h",
"ubwcp_trace.h",
],
hdrs=["include/uapi/ubwcp_ioctl.h", "include/kernel/ubwcp.h"],
deps = ["//msm-kernel:all_headers"],