You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			511 B
		
	
	
	
		
			Makefile
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			511 B
		
	
	
	
		
			Makefile
		
	
# Camera
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    camera.msm8916 \
 | 
						|
    libmm-qcamera \
 | 
						|
    Snap
 | 
						|
 | 
						|
# Permissions
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml
 | 
						|
 | 
						|
# Properties
 | 
						|
PRODUCT_PROPERTY_OVERRIDES += \
 | 
						|
    persist.camera.cpp.duplication=false \
 | 
						|
    persist.camera.hal.debug.mask=0
 |