Revert Android.bp changes.
Aparently they are causing device reboots.
Bug: 219588776
Bug: 219650739
Test: android.host.multiuser.EphemeralTest#testRemoveUserWhenPossible_currentUserSetEphemeral_removeAfterSwitch
Change-Id: I030b9529c16945b5ef87c9087fe4d0fd90fc1865
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp
index fd38ddf..c9f680b 100644
--- a/cmds/installd/Android.bp
+++ b/cmds/installd/Android.bp
@@ -10,7 +10,6 @@
cc_defaults {
name: "installd_defaults",
- cpp_std: "c++2a",
cflags: [
"-Wall",
"-Werror",
@@ -42,7 +41,6 @@
"libbinder",
"libcrypto",
"libcutils",
- "libext2_uuid",
"liblog",
"liblogwrap",
"libprocessgroup",
@@ -53,6 +51,7 @@
],
static_libs: [
"libasync_safe",
+ "libext2_uuid",
],
export_shared_lib_headers: [
"libbinder",
@@ -241,8 +240,6 @@
cc_binary {
name: "otapreopt",
-
- cpp_std: "c++2a",
cflags: [
"-Wall",
"-Werror",
@@ -266,13 +263,13 @@
"libasync_safe",
"libdiskusage",
"libotapreoptparameters",
+ "libext2_uuid",
],
shared_libs: [
"libbase",
"libcrypto",
"libcutils",
- "libext2_uuid",
"liblog",
"liblogwrap",
"libprocessgroup",