mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 13:55:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
android_app {
 | 
						|
    name: "OplusDoze",
 | 
						|
    defaults: ["SettingsLibDefaults"],
 | 
						|
 | 
						|
    srcs: ["src/**/*.kt"],
 | 
						|
 | 
						|
    certificate: "platform",
 | 
						|
    platform_apis: true,
 | 
						|
    system_ext_specific: true,
 | 
						|
 | 
						|
    static_libs: [
 | 
						|
        "androidx.core_core",
 | 
						|
        "androidx.preference_preference",
 | 
						|
        "org.lineageos.settings.resources",
 | 
						|
    ],
 | 
						|
 | 
						|
    optimize: {
 | 
						|
        proguard_flags_files: ["proguard.flags"],
 | 
						|
    },
 | 
						|
}
 |