mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 13:55:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//
 | 
						|
// Copyright (C) 2024 The LineageOS Project
 | 
						|
//
 | 
						|
// SPDX-License-Identifier: Apache-2.0
 | 
						|
//
 | 
						|
 | 
						|
cc_binary {
 | 
						|
    name: "wvmkiller",
 | 
						|
    defaults: ["hidl_defaults"],
 | 
						|
    init_rc: ["wvmkiller.rc"],
 | 
						|
    vendor: true,
 | 
						|
    srcs: ["main.cpp"],
 | 
						|
    shared_libs: [
 | 
						|
        "android.hardware.drm@1.0",
 | 
						|
        "libbase",
 | 
						|
        "libhidlbase",
 | 
						|
        "libutils",
 | 
						|
    ],
 | 
						|
}
 |