118b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu#
218b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# Copyright (C) 2014 The Android Open Source Project
318b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu#
418b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# Licensed under the Apache License, Version 2.0 (the "License");
518b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# you may not use this file except in compliance with the License.
618b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# You may obtain a copy of the License at
718b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu#
818b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu#      http://www.apache.org/licenses/LICENSE-2.0
918b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu#
1018b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# Unless required by applicable law or agreed to in writing, software
1118b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# distributed under the License is distributed on an "AS IS" BASIS,
1218b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1318b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# See the License for the specific language governing permissions and
1418b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu# limitations under the License.
1518b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu#
1618b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu
1718b892c723e812a7e111f102d2b0c0782b116bb6Guang ZhuLOCAL_PATH:= $(call my-dir)
1818b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhuinclude $(CLEAR_VARS)
1918b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhu
2018b892c723e812a7e111f102d2b0c0782b116bb6Guang ZhuLOCAL_MODULE_TAGS := tests
2118b892c723e812a7e111f102d2b0c0782b116bb6Guang ZhuLOCAL_SRC_FILES := $(call all-java-files-under, src)
2218b892c723e812a7e111f102d2b0c0782b116bb6Guang ZhuLOCAL_PACKAGE_NAME := WakeupLoopService
2318b892c723e812a7e111f102d2b0c0782b116bb6Guang ZhuLOCAL_SDK_VERSION := 7
2418b892c723e812a7e111f102d2b0c0782b116bb6Guang Zhuinclude $(BUILD_PACKAGE)
25