173b89ae952174d04c34623ec40267829236dbcf9JP Abgrall#
273b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# Copyright (C) 2011 The Android Open Source Project
373b89ae952174d04c34623ec40267829236dbcf9JP Abgrall#
473b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# Licensed under the Apache License, Version 2.0 (the "License");
573b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# you may not use this file except in compliance with the License.
673b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# You may obtain a copy of the License at
773b89ae952174d04c34623ec40267829236dbcf9JP Abgrall#
873b89ae952174d04c34623ec40267829236dbcf9JP Abgrall#      http://www.apache.org/licenses/LICENSE-2.0
973b89ae952174d04c34623ec40267829236dbcf9JP Abgrall#
1073b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# Unless required by applicable law or agreed to in writing, software
1173b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# distributed under the License is distributed on an "AS IS" BASIS,
1273b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1373b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# See the License for the specific language governing permissions and
1473b89ae952174d04c34623ec40267829236dbcf9JP Abgrall# limitations under the License.
1573b89ae952174d04c34623ec40267829236dbcf9JP Abgrall#
1673b89ae952174d04c34623ec40267829236dbcf9JP Abgrall
1773b89ae952174d04c34623ec40267829236dbcf9JP AbgrallLOCAL_PATH := $(call my-dir)
1873b89ae952174d04c34623ec40267829236dbcf9JP Abgrall
1973b89ae952174d04c34623ec40267829236dbcf9JP Abgrallinclude $(CLEAR_VARS)
2073b89ae952174d04c34623ec40267829236dbcf9JP AbgrallLOCAL_MODULE_TAGS := tests
2173b89ae952174d04c34623ec40267829236dbcf9JP AbgrallLOCAL_MODULE := socketTag
2273b89ae952174d04c34623ec40267829236dbcf9JP AbgrallLOCAL_SRC_FILES := socketTag.cpp
2331399ff50100414c07b42d50691954ae9c027fbdChenbo FengLOCAL_SHARED_LIBRARIES += libcutils libutils liblog libbase
2473b89ae952174d04c34623ec40267829236dbcf9JP AbgrallLOCAL_STATIC_LIBRARIES += libtestUtil
2573b89ae952174d04c34623ec40267829236dbcf9JP AbgrallLOCAL_C_INCLUDES += system/extras/tests/include
269bb2808702c761301b24e668c07ed66b064308e2Bernhard RosenkränzerLOCAL_CFLAGS += -fno-strict-aliasing
2773b89ae952174d04c34623ec40267829236dbcf9JP Abgrall
2873b89ae952174d04c34623ec40267829236dbcf9JP Abgrallinclude $(BUILD_NATIVE_TEST)
29