mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
[DNM] universal7885: import hardware/samsung deps
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
c25cedb10c
commit
76a69f9276
40 changed files with 3779 additions and 0 deletions
22
universal7885-common/aidl/vibrator/Android.bp
Normal file
22
universal7885-common/aidl/vibrator/Android.bp
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
//
|
||||
// Copyright (C) 2021 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.vibrator-service.samsung",
|
||||
relative_install_path: "hw",
|
||||
init_rc: ["android.hardware.vibrator-service.samsung.rc"],
|
||||
vintf_fragments: ["android.hardware.vibrator-service.samsung.xml"],
|
||||
srcs: [
|
||||
"Vibrator.cpp",
|
||||
"service.cpp",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-V2-ndk_platform",
|
||||
],
|
||||
vendor: true,
|
||||
}
|
||||
Loading…
Reference in a new issue