1c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# Copyright (C) 2011 The Android Open Source Project
2c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville#
3c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# Licensed under the Apache License, Version 2.0 (the "License");
4c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# you may not use this file except in compliance with the License.
5c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# You may obtain a copy of the License at
6c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville#
7c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville#      http://www.apache.org/licenses/LICENSE-2.0
8c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville#
9c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# Unless required by applicable law or agreed to in writing, software
10c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# distributed under the License is distributed on an "AS IS" BASIS,
11c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# See the License for the specific language governing permissions and
13c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# limitations under the License.
14c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville
15a0f3a809d88e871ca5298b3c7aea2f4b5fc43839keunyoung# enable this build only when platform library is available
16a0f3a809d88e871ca5298b3c7aea2f4b5fc43839keunyoungifeq ($(TARGET_BUILD_JAVA_SUPPORT_LEVEL),platform)
17a0f3a809d88e871ca5298b3c7aea2f4b5fc43839keunyoung
18c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink SavilleLOCAL_PATH := $(call my-dir)
19c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville
20c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Savilleinclude $(CLEAR_VARS)
21c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville
22cd4ae4aa265885ea754df9c9909d232563454187Alex YakavenkaLOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/src/java
2374f3eeef7f307a53000887b636c30db2c1339a13Roger ChenLOCAL_SRC_FILES := $(call all-java-files-under, src/java) \
2474f3eeef7f307a53000887b636c30db2c1339a13Roger Chen	$(call all-Iaidl-files-under, src/java) \
2574f3eeef7f307a53000887b636c30db2c1339a13Roger Chen	$(call all-logtags-files-under, src/java)
26c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville
27a8467dd0c524787104b1ccdddc5e8af10ba729edWink SavilleLOCAL_JAVA_LIBRARIES := voip-common ims-common
28c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink SavilleLOCAL_MODULE_TAGS := optional
29c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink SavilleLOCAL_MODULE := telephony-common
30c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville
31c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Savilleinclude $(BUILD_JAVA_LIBRARY)
32c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville
33c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# Include subdirectory makefiles
34c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville# ============================================================
35c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Savilleinclude $(call all-makefiles-under,$(LOCAL_PATH))
36c38bb60d867c5d61d90b7179a9ed2b2d1848124fWink Saville
37a0f3a809d88e871ca5298b3c7aea2f4b5fc43839keunyoungendif # JAVA platform
38