mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 05:45:34 +08:00 
			
		
		
		
	This is a companion app for EuiccGoogle (SIM Manager), that basically sends over the mapping of the SIM slots and sets proper SIM tray illustration (props to Yuri for the lottie animations). For the time being it only includes the mappings for one of the OnePlus 11 models (OP594DL1). Change-Id: I09db5d6a9acbf05bf82803682572aeae54337c1b
		
			
				
	
	
		
			20 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//
 | 
						|
// Copyright (C) 2023 The LineageOS Project
 | 
						|
//
 | 
						|
// SPDX-License-Identifier: Apache-2.0
 | 
						|
//
 | 
						|
 | 
						|
android_app {
 | 
						|
    name: "OplusEuicc",
 | 
						|
 | 
						|
    srcs: ["src/**/*.kt"],
 | 
						|
    resource_dirs: ["res"],
 | 
						|
 | 
						|
    sdk_version: "current",
 | 
						|
    product_specific: true,
 | 
						|
 | 
						|
    optimize: {
 | 
						|
        proguard_flags_files: ["proguard.flags"],
 | 
						|
    },
 | 
						|
}
 |