Relocate oplus_display_panel.h to kernel_headers.oplus

Change-Id: Ib96688b00ced213cf5d3fc5116dbe8dc72992e07
This commit is contained in:
LuK1337
2022-07-11 11:50:00 +02:00
committed by jabashque
parent 942af86c74
commit 33b71bd0c3
4 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ cc_binary {
"android.hardware.biometrics.fingerprint@2.3",
"vendor.oplus.hardware.biometrics.fingerprint@2.1",
],
local_include_dirs: ["include"],
header_libs: ["kernel_headers.oplus"],
}
cc_library_static {

View File

@@ -0,0 +1 @@
../../../build/soong/scripts/system-clang-format

View File

@@ -0,0 +1,5 @@
cc_library_headers {
name: "kernel_headers.oplus",
export_include_dirs: ["include"],
vendor: true,
}