blob: c01766f8c90c92b8b7606828214c576a528a6f5e [file] [log] [blame]
Vivekbalachandar M7af3d832020-02-12 15:56:09 +05301# Copyright 2018-2020 Fairphone B.V.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16LOCAL_PATH:= $(call my-dir)
17
18include $(CLEAR_VARS)
19LOCAL_MODULE := init.fp.camera_detect.sh
20LOCAL_MODULE_TAGS := optional
21LOCAL_MODULE_CLASS := ETC
22LOCAL_INIT_RC := init.fp.camera_detect.rc
23LOCAL_SRC_FILES := $(LOCAL_MODULE)
24include $(BUILD_PREBUILT)
25
26include $(CLEAR_VARS)
27LOCAL_MODULE := init.fp.camera_preference_wipe.sh
28LOCAL_MODULE_TAGS := optional
29LOCAL_MODULE_CLASS := ETC
30LOCAL_INIT_RC := init.fp.camera_preference_wipe.rc
31LOCAL_SRC_FILES := $(LOCAL_MODULE)
32include $(BUILD_PREBUILT)
33
34include $(CLEAR_VARS)
35LOCAL_MODULE := init.fp.camera_detect.rc
36LOCAL_MODULE_TAGS := optional
37LOCAL_MODULE_CLASS := ETC
38LOCAL_SRC_FILES := $(LOCAL_MODULE)
39LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
40include $(BUILD_PREBUILT)