1266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# Copyright (C) 2013 The Android Open Source Project
2266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand#
3266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# Licensed under the Apache License, Version 2.0 (the "License");
4266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# you may not use this file except in compliance with the License.
5266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# You may obtain a copy of the License at
6266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand#
7266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand#      http://www.apache.org/licenses/LICENSE-2.0
8266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand#
9266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# Unless required by applicable law or agreed to in writing, software
10266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# distributed under the License is distributed on an "AS IS" BASIS,
11266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# See the License for the specific language governing permissions and
13266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand# limitations under the License.
14266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand
15266dde27811b78f466702295ba0173b8d8be5adaRom LemarchandLOCAL_PATH:= $(call my-dir)
16266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchand
17f99b8c65e32a30dc38a2fdd2bb2f6c4285978688Elliott Hughesinclude $(CLEAR_VARS)
18266dde27811b78f466702295ba0173b8d8be5adaRom LemarchandLOCAL_SRC_FILES := ksminfo.c lookup3.c
19373d3c7257fa815d0b9ee8f16874470a6002042eChih-Hung HsiehLOCAL_CFLAGS := -Wall -Werror
20266dde27811b78f466702295ba0173b8d8be5adaRom LemarchandLOCAL_SHARED_LIBRARIES := libpagemap
21266dde27811b78f466702295ba0173b8d8be5adaRom LemarchandLOCAL_MODULE := ksminfo
22266dde27811b78f466702295ba0173b8d8be5adaRom LemarchandLOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
23266dde27811b78f466702295ba0173b8d8be5adaRom LemarchandLOCAL_MODULE_TAGS := debug
24266dde27811b78f466702295ba0173b8d8be5adaRom Lemarchandinclude $(BUILD_EXECUTABLE)
25