Add correct libs to LOCAL_HEADER_LIBRARIES
Vendor code should not include AOSP headers by absolute path or global path. CRs-fixed: 2228157 Change-Id: I84a4d0b9b9fe3a20713eea07e926aba5d665b435
This commit is contained in:
parent
ab95d2dc2e
commit
594a0d7ab4
2 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ LOCAL_C_INCLUDES:= \
|
||||||
$(LOCAL_PATH)/observer \
|
$(LOCAL_PATH)/observer \
|
||||||
|
|
||||||
LOCAL_HEADER_LIBRARIES := \
|
LOCAL_HEADER_LIBRARIES := \
|
||||||
|
libutils_headers \
|
||||||
libgps.utils_headers \
|
libgps.utils_headers \
|
||||||
libloc_pla_headers \
|
libloc_pla_headers \
|
||||||
liblocation_api_headers
|
liblocation_api_headers
|
||||||
|
|
|
@ -40,6 +40,7 @@ LOCAL_LDFLAGS += -Wl,--export-dynamic
|
||||||
|
|
||||||
## Includes
|
## Includes
|
||||||
LOCAL_HEADER_LIBRARIES := \
|
LOCAL_HEADER_LIBRARIES := \
|
||||||
|
libutils_headers \
|
||||||
libloc_pla_headers \
|
libloc_pla_headers \
|
||||||
liblocation_api_headers
|
liblocation_api_headers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue