Rtwo/device/motorola/sm8550-common/shims/android.hardware.common-V2-ndk_platform/Android.bp

15 lines
244 B
Text
Raw Normal View History

2025-09-30 20:22:48 -04:00
cc_library_shared {
name: "android.hardware.common-V2-ndk_platform",
// our dummy file
srcs: ["shim.cpp"],
// link against the real lib
shared_libs: [
"android.hardware.common-V2-ndk",
],
vendor: true,
}