-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tissot: Build bootctrl.msm8953 using Soong
This is required to build the recovery variant of the same to be used by fastbootd. Bug: 78793464 Test: make Change-Id: I16eddcb853bda1a9969810f258884ebdbbfc1f5c
- Loading branch information
1 parent
62f4391
commit d7bd2b6
Showing
3 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
soong_namespace { | ||
imports: ["hardware/qcom/bootctrl"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// Copyright (C) 2018 The Android Open Source Project | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
// | ||
|
||
cc_library { | ||
name: "bootctrl.msm8953", | ||
defaults: ["bootctrl_hal_defaults"], | ||
static_libs: ["libgptutils.tissot"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,10 @@ PRODUCT_PACKAGES += \ | |
otapreopt_script | ||
|
||
# Boot control | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
bootctrl.msm8953.recovery | ||
|
||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] \ | ||
|
@@ -49,12 +53,6 @@ PRODUCT_PACKAGES += \ | |
PRODUCT_PACKAGES_DEBUG += \ | ||
bootctl | ||
|
||
PRODUCT_STATIC_BOOT_CONTROL_HAL := \ | ||
bootctrl.msm8953 \ | ||
libcutils \ | ||
libgptutils.tissot.recovery \ | ||
libz | ||
|
||
# Audio configuration | ||
PRODUCT_COPY_FILES += \ | ||
$(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \ | ||
|