mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
import dataservices, location, telephony. Bug: 31420007 Change-Id: Ia513f4fec6c2fa2f6346bad79dc8c5280166dcd7
16 lines
272 B
Makefile
16 lines
272 B
Makefile
ifneq ($(BUILD_TINY_ANDROID),true)
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_COPY_HEADERS_TO:= liblocationservice/lcp/inc/
|
|
|
|
LOCAL_COPY_HEADERS:= \
|
|
IzatRemoteApi.h \
|
|
izat_remote_api.h
|
|
|
|
include $(BUILD_COPY_HEADERS)
|
|
|
|
endif # not BUILD_TINY_ANDROID
|