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
		
	
	
		
			905 B
		
	
	
	
		
			Makefile
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			905 B
		
	
	
	
		
			Makefile
		
	
# Sensors
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    accelcal \
 | 
						|
    AccCalibration \
 | 
						|
    sensord \
 | 
						|
    sensors.msm8916
 | 
						|
 | 
						|
# Permissions
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
 | 
						|
    frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml
 |