gps: enable features IPV6 and DELEXT
This change requires android framework changes Change-Id: I6c019ed7f852f7de53966e51a28c447540bdfb0a
This commit is contained in:
parent
7118024952
commit
b86c1f8a06
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ LOCAL_PATH := $(call my-dir)
|
|||
|
||||
GPS_DIR_LIST :=
|
||||
|
||||
FEATURE_IPV6 := false
|
||||
FEATURE_DELEXT := false
|
||||
FEATURE_IPV6 := true
|
||||
FEATURE_DELEXT := true
|
||||
FEATURE_ULP := false
|
||||
|
||||
# add RPC dirs if RPC is available
|
||||
|
|
Loading…
Reference in a new issue