Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32f3d90b authored by Cosmin Tanislav's avatar Cosmin Tanislav Committed by Bharath
Browse files

FP3: switch to common QCOM AIDL bootctrl HAL

Change-Id: I04ab771d3b1c38b58913607fbff1bb3b55e1fe25
parent 7a1eff52
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
soong_namespace {
    imports: ["hardware/qcom/bootctrl"],
}

install_symlink {

bootctrl/Android.bp

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
//
// 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.fairphone_msm8953"],
}
+2 −5
Original line number Diff line number Diff line
@@ -52,11 +52,8 @@ AB_OTA_POSTINSTALL_CONFIG += \
$(call soong_config_set,QTI_GPT_UTILS,USE_BSG_FRAMEWORK,false)

PRODUCT_PACKAGES += \
    android.hardware.boot@1.0-impl \
    android.hardware.boot@1.0-impl.recovery \
    android.hardware.boot@1.0-service \
    bootctrl.msm8953 \
    bootctrl.msm8953.recovery \
    android.hardware.boot-service.qti \
    android.hardware.boot-service.qti.recovery \
    otapreopt_script \
    update_engine \
    update_engine_sideload \

gpt-utils/Android.bp

deleted100644 → 0
+0 −39
Original line number Diff line number Diff line
//
// 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: "libgptutils.fairphone_msm8953",
    vendor: true,
    recovery_available: true,
    shared_libs: [
        "libcutils",
        "liblog",
        "libz",
    ],
    cflags: [
        "-Wall",
        "-Werror",
    ],
    srcs: [
        "gpt-utils.cpp",
    ],
    owner: "qti",
    header_libs: [
        "generated_kernel_headers",
    ],
    export_include_dirs: ["."],
}

gpt-utils/gpt-utils.cpp

deleted100644 → 0
+0 −1552

File deleted.

Preview size limit exceeded, changes collapsed.

Loading