1c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng#
2c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# Copyright (C) 2012 The Android Open Source Project
3c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng#
4c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# Licensed under the Apache License, Version 2.0 (the "License");
5c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# you may not use this file except in compliance with the License.
6c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# You may obtain a copy of the License at
7c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng#
8c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng#      http://www.apache.org/licenses/LICENSE-2.0
9c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng#
10c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# Unless required by applicable law or agreed to in writing, software
11c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# distributed under the License is distributed on an "AS IS" BASIS,
12c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# See the License for the specific language governing permissions and
14c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng# limitations under the License.
15c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng#
16c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng
17c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao ChengLOCAL_PATH:= $(call my-dir)
18c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Chenginclude $(CLEAR_VARS)
19c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng
20c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao ChengLOCAL_MODULE_TAGS := optional
21c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng
22c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao ChengLOCAL_SRC_FILES := $(call all-java-files-under,src)
23c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng
24c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao ChengLOCAL_STATIC_JAVA_LIBRARIES += android-common
25c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng
26c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao ChengLOCAL_PACKAGE_NAME := OneTimeInitializer
27c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng
2801e429c08e51291315890de9677151a7e0b6ad35Christopher TateLOCAL_PRIVILEGED_MODULE := true
2901e429c08e51291315890de9677151a7e0b6ad35Christopher Tate
30c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao ChengLOCAL_PROGUARD_FLAG_FILES := proguard.flags
31c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Cheng
32c23fe93bfc61357f2977d9a6449e6975b58fd4e4Chiao Chenginclude $(BUILD_PACKAGE)
33