File tree 3 files changed +28
-6
lines changed
3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change
1
+ soong_namespace {
2
+ imports : [" hardware/qcom/bootctrl" ],
3
+ }
Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright (C) 2018 The Android Open Source Project
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ //
8
+ // http://www.apache.org/licenses/LICENSE-2.0
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software
11
+ // distributed under the License is distributed on an "AS IS" BASIS,
12
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ // See the License for the specific language governing permissions and
14
+ // limitations under the License.
15
+ //
16
+
17
+ cc_library {
18
+ name : " bootctrl.msm8998" ,
19
+ defaults : [" bootctrl_hal_defaults" ],
20
+ static_libs : [" libgptutils.msm8998" ],
21
+ }
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ PRODUCT_COPY_FILES += \
61
61
hardware/qcom-caf/msm8998/audio/configs/msm8998/audio_tuning_mixer_tavil.txt:$(TARGET_COPY_OUT_VENDOR ) /etc/audio_tuning_mixer_tavil.txt
62
62
63
63
# Boot control
64
+ PRODUCT_PACKAGES += \
65
+
66
+ bootctrl.msm8998.recovery
67
+
64
68
PRODUCT_PACKAGES += \
65
69
66
70
@@ -69,12 +73,6 @@ PRODUCT_PACKAGES += \
69
73
PRODUCT_PACKAGES_DEBUG += \
70
74
bootctl
71
75
72
- PRODUCT_STATIC_BOOT_CONTROL_HAL := \
73
- bootctrl.msm8998 \
74
- libcutils \
75
- libgptutils \
76
- libz
77
-
78
76
# Exclude sensor from InputManager
79
77
PRODUCT_COPY_FILES += \
80
78
$(LOCAL_PATH ) /configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml \
You can’t perform that action at this time.
0 commit comments