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