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.
		
		
		
		
		
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			655 B
		
	
	
	
		
			Makefile
		
	
			
		
		
	
	
			21 lines
		
	
	
		
			655 B
		
	
	
	
		
			Makefile
		
	
# GPS
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    gps.msm8916
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/gps/flp.conf:system/etc/flp.conf \
 | 
						|
    $(LOCAL_PATH)/gps/gps.conf:system/etc/gps.conf \
 | 
						|
    $(LOCAL_PATH)/gps/izat.conf:system/etc/izat.conf \
 | 
						|
    $(LOCAL_PATH)/gps/quipc.conf:system/etc/quipc.conf \
 | 
						|
    $(LOCAL_PATH)/gps/sap.conf:system/etc/sap.conf
 | 
						|
 | 
						|
# Permissions
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml
 | 
						|
 | 
						|
# Properties
 | 
						|
PRODUCT_PROPERTY_OVERRIDES += \
 | 
						|
    persist.gps.qc_nlp_in_use=1 \
 | 
						|
    persist.loc.nlp_name=com.qualcomm.location \
 | 
						|
    ro.gps.agps_provider=1
 |