Browse Source

Merge "ubwcp: Enable DDK build"

qctecmdr 2 years ago
parent
commit
f62cf02bdd
2 changed files with 2 additions and 0 deletions
  1. 1 0
      ubwcp/Android.mk
  2. 1 0
      ubwcp/define_modules.bzl

+ 1 - 0
ubwcp/Android.mk

@@ -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

+ 1 - 0
ubwcp/define_modules.bzl

@@ -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"],