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

Commit 412d097d authored by Jooyung Han's avatar Jooyung Han
Browse files

Remove InitProperties

As userspace reboot is deprecated, there's no clients.

Bug: 292469129
Test: m
Change-Id: Iafdd719b67fe74dc42498f7ecde2aa5b677ecd0c
parent b29f0dcb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -226,7 +226,6 @@ cc_defaults {
    ],
    whole_static_libs: [
        "libcap",
        "libcom.android.sysprop.init",
    ],
    header_libs: ["bootimg_headers"],
    proto: {
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
#include <map>
#include <memory>

#include <InitProperties.sysprop.h>
#include <android-base/chrono_utils.h>
#include <android-base/file.h>
#include <android-base/logging.h>
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
#include <thread>
#include <vector>

#include <InitProperties.sysprop.h>
#include <android-base/chrono_utils.h>
#include <android-base/file.h>
#include <android-base/logging.h>
+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@
#include <thread>
#include <vector>

#include <InitProperties.sysprop.h>
#include <android-base/chrono_utils.h>
#include <android-base/file.h>
#include <android-base/logging.h>

init/sysprop/Android.bp

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_core_init_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_core_init_license"],
}

sysprop_library {
  name: "com.android.sysprop.init",
  srcs: ["InitProperties.sysprop"],
  property_owner: "Platform",
  api_packages: ["android.sysprop"],
  recovery_available: true,
}
Loading