universal7885: Remove useless stuffs

Also reorganize
This commit is contained in:
roynatech2544 2022-04-20 08:03:45 +09:00
commit 134d87b132
111 changed files with 0 additions and 72 deletions

View file

@ -1,19 +0,0 @@
cc_library_shared {
name: "libshim_sensorndkbridge",
srcs: ["ASensorManager.cpp"],
shared_libs: [
"liblog",
"libsensorndkbridge",
"libutils",
],
whole_static_libs: ["libbase"],
header_libs: ["libbase_headers"],
vendor: true,
include_dirs: [
"system/core/libutils/include",
"frameworks/hardware/interfaces/sensorservice/libsensorndkbridge",
],
}