Compare commits
No commits in common. "31bd18b7385c87a495a68df80bf9c5663ea27206" and "c74448755dd9777bad86cb1ffef48f8c2fac0df9" have entirely different histories.
31bd18b738
...
c74448755d
2 changed files with 0 additions and 8 deletions
|
@ -41,7 +41,6 @@ void handle_device_model_props() {
|
||||||
string manufacturer = base::GetProperty("ro.product.vendor.manufacturer", "");
|
string manufacturer = base::GetProperty("ro.product.vendor.manufacturer", "");
|
||||||
string fingerprint = base::GetProperty("ro.vendor.build.fingerprint", "");
|
string fingerprint = base::GetProperty("ro.vendor.build.fingerprint", "");
|
||||||
string spl = base::GetProperty("ro.vendor.build.security_patch", "");
|
string spl = base::GetProperty("ro.vendor.build.security_patch", "");
|
||||||
string spl_orig = base::GetProperty("ro.build.version.security_patch", "");
|
|
||||||
|
|
||||||
for (const auto& source : RO_PROP_SOURCES) {
|
for (const auto& source : RO_PROP_SOURCES) {
|
||||||
override_ro_prop("ro.product", source, "device", device);
|
override_ro_prop("ro.product", source, "device", device);
|
||||||
|
@ -55,7 +54,6 @@ void handle_device_model_props() {
|
||||||
override_ro_prop("ro", "", "build.flavor", name + "-user");
|
override_ro_prop("ro", "", "build.flavor", name + "-user");
|
||||||
override_ro_prop("ro", "", "build.tags", "release-keys");
|
override_ro_prop("ro", "", "build.tags", "release-keys");
|
||||||
override_ro_prop("ro", "", "build.version.security_patch", spl);
|
override_ro_prop("ro", "", "build.version.security_patch", spl);
|
||||||
override_ro_prop("ro", "", "build.version.real_security_patch", spl_orig);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
attribute hal_mms_server;
|
|
||||||
binder_call({appdomain -isolated_app}, hal_mms_server)
|
|
||||||
binder_call(hal_mms_server, {appdomain -isolated_app})
|
|
||||||
|
|
||||||
type mtk_hal_mms_hwservice, hwservice_manager_type;
|
|
||||||
allow { appdomain -isolated_app } mtk_hal_mms_hwservice:hwservice_manager find;
|
|
Loading…
Add table
Reference in a new issue