14e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# Copyright 2014 The Android Open Source Project
24e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent#
34e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# Licensed under the Apache License, Version 2.0 (the "License");
44e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# you may not use this file except in compliance with the License.
54e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# You may obtain a copy of the License at
64e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent#
74e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent#      http://www.apache.org/licenses/LICENSE-2.0
84e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent#
94e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# Unless required by applicable law or agreed to in writing, software
104e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# distributed under the License is distributed on an "AS IS" BASIS,
114e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
124e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# See the License for the specific language governing permissions and
134e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent# limitations under the License.
144e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent
154e09069a29fc18d0799808cc26f71e9b068e98adEric LaurentLOCAL_PATH:= $(call my-dir)
164e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent
174e09069a29fc18d0799808cc26f71e9b068e98adEric Laurentinclude $(CLEAR_VARS)
184e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent
194e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent
204e09069a29fc18d0799808cc26f71e9b068e98adEric LaurentLOCAL_SRC_FILES:=               \
214e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    RadioService.cpp
224e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent
234e09069a29fc18d0799808cc26f71e9b068e98adEric LaurentLOCAL_SHARED_LIBRARIES:= \
244e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    libui \
254e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    liblog \
264e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    libutils \
274e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    libbinder \
284e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    libcutils \
2953810823a6613f54fc0b3c3bc0de267dc1f4e1e5Eric Laurent    libmedia \
304e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    libhardware \
314e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    libradio \
324e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent    libradio_metadata
334e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent
344e09069a29fc18d0799808cc26f71e9b068e98adEric LaurentLOCAL_MODULE:= libradioservice
354e09069a29fc18d0799808cc26f71e9b068e98adEric Laurent
364e09069a29fc18d0799808cc26f71e9b068e98adEric Laurentinclude $(BUILD_SHARED_LIBRARY)
37