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:
Baili Feng 2018-04-20 11:23:14 +08:00
parent ab95d2dc2e
commit 594a0d7ab4
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ LOCAL_C_INCLUDES:= \
$(LOCAL_PATH)/observer \
LOCAL_HEADER_LIBRARIES := \
libutils_headers \
libgps.utils_headers \
libloc_pla_headers \
liblocation_api_headers

View file

@ -40,6 +40,7 @@ LOCAL_LDFLAGS += -Wl,--export-dynamic
## Includes
LOCAL_HEADER_LIBRARIES := \
libutils_headers \
libloc_pla_headers \
liblocation_api_headers