12101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi#
22101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# Copyright 2014 The Android Open Source Project
32101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi#
42101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# Licensed under the Apache License, Version 2.0 (the "License");
52101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# you may not use this file except in compliance with the License.
62101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# You may obtain a copy of the License at
72101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi#
82101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi#      http://www.apache.org/licenses/LICENSE-2.0
92101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi#
102101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# Unless required by applicable law or agreed to in writing, software
112101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# distributed under the License is distributed on an "AS IS" BASIS,
122101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
132101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# See the License for the specific language governing permissions and
142101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi# limitations under the License.
152101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi#
162101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi
172101694979d715669282a0891e0351b50f23a7a7Ruchi KandoiLOCAL_PATH:= $(call my-dir)
182101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoi
192101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoiinclude $(CLEAR_VARS)
202101694979d715669282a0891e0351b50f23a7a7Ruchi KandoiLOCAL_MODULE_RELATIVE_PATH := hw
212101694979d715669282a0891e0351b50f23a7a7Ruchi KandoiLOCAL_SRC_FILES := power_flo.c
222101694979d715669282a0891e0351b50f23a7a7Ruchi KandoiLOCAL_SHARED_LIBRARIES := liblog libcutils
232101694979d715669282a0891e0351b50f23a7a7Ruchi KandoiLOCAL_MODULE_TAGS := optional
242101694979d715669282a0891e0351b50f23a7a7Ruchi KandoiLOCAL_MODULE := power.flo
252101694979d715669282a0891e0351b50f23a7a7Ruchi Kandoiinclude $(BUILD_SHARED_LIBRARY)
26