19ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk#
29ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# Copyright (C) 2013 The Android Open Source Project
39ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk#
49ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# Licensed under the Apache License, Version 2.0 (the "License");
59ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# you may not use this file except in compliance with the License.
69ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# You may obtain a copy of the License at
79ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk#
89ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk#      http://www.apache.org/licenses/LICENSE-2.0
99ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk#
109ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# Unless required by applicable law or agreed to in writing, software
119ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# distributed under the License is distributed on an "AS IS" BASIS,
129ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
139ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# See the License for the specific language governing permissions and
149ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk# limitations under the License.
159ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk#
169ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
179ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason MonkLOCAL_PATH := $(call my-dir)
189ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
199ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monkinclude $(CLEAR_VARS)
209ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
219ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason MonkLOCAL_SRC_FILES := \
229ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    jni_init.cpp \
239ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    com_android_pacprocessor_PacNative.cpp
249ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
259ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason MonkLOCAL_C_INCLUDES += \
269ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    external/chromium-libpac/src
279ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
289ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason MonkLOCAL_SHARED_LIBRARIES := \
299ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    libandroidfw \
309ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    libandroid_runtime \
319ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    liblog \
329ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    libutils \
339ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    libnativehelper \
349ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk    libpac
359ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
369ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason MonkLOCAL_MODULE := libjni_pacprocessor
379ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason MonkLOCAL_MODULE_TAGS := optional
389ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
399ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monkinclude external/stlport/libstlport.mk
409ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monk
419ced3cd9d6ea414523051ec872fffc68f5fdbf08Jason Monkinclude $(BUILD_SHARED_LIBRARY)
42