Bob Badour | f555b81 | 2021-09-13 17:48:57 -0700 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
Inseob Kim | aa41e0a | 2021-08-31 10:00:42 +0900 | [diff] [blame] | 5 | cc_library_shared { |
6 | name: "libvirtualmachine_jni", | ||||
7 | srcs: ["android_system_virtualmachine_VirtualMachine.cpp"], | ||||
8 | apex_available: ["com.android.virt"], | ||||
9 | shared_libs: [ | ||||
10 | "android.system.virtualizationservice-ndk", | ||||
11 | "libbinder_ndk", | ||||
12 | "libbinder_rpc_unstable", | ||||
13 | "liblog", | ||||
14 | "libnativehelper", | ||||
15 | ], | ||||
16 | } |