You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					12 lines
				
				296 B
			
		
		
			
		
	
	
					12 lines
				
				296 B
			| 
											5 years ago
										 | LOCAL_PATH := $(call my-dir)
 | ||
|  | 
 | ||
|  | include $(CLEAR_VARS)
 | ||
|  | LOCAL_MODULE := SoundPickerPrebuilt
 | ||
|  | LOCAL_MODULE_OWNER := google
 | ||
|  | LOCAL_MODULE_TAGS := optional
 | ||
|  | LOCAL_MODULE_CLASS := APPS
 | ||
|  | LOCAL_CERTIFICATE := PRESIGNED
 | ||
|  | LOCAL_DEX_PREOPT := false
 | ||
|  | LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
 | ||
|  | include $(BUILD_PREBUILT)
 |