Files
device_google_walleye/location/izat_api/Android.mk
Thierry Strudel 282a7f3d39 Import from LA.UM.5.7.r1 06.00.01.253.019
import dataservices, location, telephony.

Bug: 31420007
Change-Id: Ia513f4fec6c2fa2f6346bad79dc8c5280166dcd7
2016-09-21 16:12:11 -07:00

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