1e64e0971475409533aec201e4f3d23b31f653217Kenny Root# Copyright (C) 2012 The Android Open Source Project
2e64e0971475409533aec201e4f3d23b31f653217Kenny Root#
3e64e0971475409533aec201e4f3d23b31f653217Kenny Root# Licensed under the Apache License, Version 2.0 (the "License");
4e64e0971475409533aec201e4f3d23b31f653217Kenny Root# you may not use this file except in compliance with the License.
5e64e0971475409533aec201e4f3d23b31f653217Kenny Root# You may obtain a copy of the License at
6e64e0971475409533aec201e4f3d23b31f653217Kenny Root#
7e64e0971475409533aec201e4f3d23b31f653217Kenny Root#     http://www.apache.org/licenses/LICENSE-2.0
8e64e0971475409533aec201e4f3d23b31f653217Kenny Root#
9e64e0971475409533aec201e4f3d23b31f653217Kenny Root# Unless required by applicable law or agreed to in writing, software
10e64e0971475409533aec201e4f3d23b31f653217Kenny Root# distributed under the License is distributed on an "AS IS" BASIS,
11e64e0971475409533aec201e4f3d23b31f653217Kenny Root# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12e64e0971475409533aec201e4f3d23b31f653217Kenny Root# See the License for the specific language governing permissions and
13e64e0971475409533aec201e4f3d23b31f653217Kenny Root# limitations under the License.
14e64e0971475409533aec201e4f3d23b31f653217Kenny Root
15e64e0971475409533aec201e4f3d23b31f653217Kenny RootLOCAL_PATH := $(call my-dir)
16e64e0971475409533aec201e4f3d23b31f653217Kenny Root
17e64e0971475409533aec201e4f3d23b31f653217Kenny Rootinclude $(CLEAR_VARS)
18e64e0971475409533aec201e4f3d23b31f653217Kenny Root
19e64e0971475409533aec201e4f3d23b31f653217Kenny RootLOCAL_SRC_FILES := \
20e64e0971475409533aec201e4f3d23b31f653217Kenny Root    com_android_frameworks_coretests_JNITest.cpp
21e64e0971475409533aec201e4f3d23b31f653217Kenny Root
22e64e0971475409533aec201e4f3d23b31f653217Kenny RootLOCAL_SHARED_LIBRARIES := \
23e64e0971475409533aec201e4f3d23b31f653217Kenny Root    libnativehelper
24e64e0971475409533aec201e4f3d23b31f653217Kenny Root
25e64e0971475409533aec201e4f3d23b31f653217Kenny RootLOCAL_MODULE := libframeworks_coretests_jni
26e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny RootLOCAL_MODULE_TAGS := tests
27e64e0971475409533aec201e4f3d23b31f653217Kenny Root
28e64e0971475409533aec201e4f3d23b31f653217Kenny Rootinclude $(BUILD_SHARED_LIBRARY)
29