Rtwo/device/motorola/sm8550-common/shims/android.hardware.common-V2-ndk_platform/Android.bp
2025-09-30 19:22:48 -05:00

14 lines
244 B
Text

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,
}