15d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# Copyright (C) 2008 The Android Open Source Project
25d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian#
35d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# Licensed under the Apache License, Version 2.0 (the "License");
45d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# you may not use this file except in compliance with the License.
55d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# You may obtain a copy of the License at
65d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian#
75d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian#      http://www.apache.org/licenses/LICENSE-2.0
85d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian#
95d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# Unless required by applicable law or agreed to in writing, software
105d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# distributed under the License is distributed on an "AS IS" BASIS,
115d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# See the License for the specific language governing permissions and
135d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# limitations under the License.
145d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian
155d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian
165d3de309f44f6a72f2a46db792f3865088897039Mathias AgopianLOCAL_PATH := $(call my-dir)
175d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian
1814e3641c32377daabb1e2bf5940957bc9fd04a98Iliyan Malchev# HAL module implemenation stored in
195d3de309f44f6a72f2a46db792f3865088897039Mathias Agopian# hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
205d3de309f44f6a72f2a46db792f3865088897039Mathias Agopianinclude $(CLEAR_VARS)
2114e3641c32377daabb1e2bf5940957bc9fd04a98Iliyan Malchev
225d3de309f44f6a72f2a46db792f3865088897039Mathias AgopianLOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
235d3de309f44f6a72f2a46db792f3865088897039Mathias AgopianLOCAL_SHARED_LIBRARIES := liblog libEGL
245d3de309f44f6a72f2a46db792f3865088897039Mathias AgopianLOCAL_SRC_FILES := hwcomposer.cpp
255d3de309f44f6a72f2a46db792f3865088897039Mathias AgopianLOCAL_MODULE := hwcomposer.default
265d3de309f44f6a72f2a46db792f3865088897039Mathias AgopianLOCAL_CFLAGS:= -DLOG_TAG=\"hwcomposer\"
277e0331661814065af64cbd04b8b08e1264e8d6d9Dima ZavinLOCAL_MODULE_TAGS := optional
285d3de309f44f6a72f2a46db792f3865088897039Mathias Agopianinclude $(BUILD_SHARED_LIBRARY)
29