16fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# Copyright (C) 2012 The Android Open Source Project
26fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly#
36fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# Licensed under the Apache License, Version 2.0 (the "License");
46fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# you may not use this file except in compliance with the License.
56fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# You may obtain a copy of the License at
66fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly#
76fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly#      http://www.apache.org/licenses/LICENSE-2.0
86fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly#
96fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# Unless required by applicable law or agreed to in writing, software
106fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# distributed under the License is distributed on an "AS IS" BASIS,
116fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# See the License for the specific language governing permissions and
136fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly# limitations under the License.
146fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly
156fa9ad4afcd762aea519ff61811386c23d18ddb2Nick PellyLOCAL_PATH:= $(call my-dir)
166fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pellyinclude $(CLEAR_VARS)
176fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly
186fa9ad4afcd762aea519ff61811386c23d18ddb2Nick PellyLOCAL_MODULE_TAGS := optional
196fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly
206fa9ad4afcd762aea519ff61811386c23d18ddb2Nick PellyLOCAL_SRC_FILES := $(call all-subdir-java-files)
216fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly
226fa9ad4afcd762aea519ff61811386c23d18ddb2Nick PellyLOCAL_JAVA_LIBRARIES := com.android.location.provider
236fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly
246fa9ad4afcd762aea519ff61811386c23d18ddb2Nick PellyLOCAL_PACKAGE_NAME := FusedLocation
256fa9ad4afcd762aea519ff61811386c23d18ddb2Nick PellyLOCAL_CERTIFICATE := platform
26779b77455fc51382ecafa210b8a805d2a616da55Victoria LeaseLOCAL_SDK_VERSION := current
276fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pelly
286fa9ad4afcd762aea519ff61811386c23d18ddb2Nick Pellyinclude $(BUILD_PACKAGE)
29