Inseob Kim | aa41e0a | 2021-08-31 10:00:42 +0900 | [diff] [blame^] | 1 | cc_library_shared { |
2 | name: "libvirtualmachine_jni", | ||||
3 | srcs: ["android_system_virtualmachine_VirtualMachine.cpp"], | ||||
4 | apex_available: ["com.android.virt"], | ||||
5 | shared_libs: [ | ||||
6 | "android.system.virtualizationservice-ndk", | ||||
7 | "libbinder_ndk", | ||||
8 | "libbinder_rpc_unstable", | ||||
9 | "liblog", | ||||
10 | "libnativehelper", | ||||
11 | ], | ||||
12 | } |