Loading automotive/can/1.0/default/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ cc_binary { ], static_libs: [ "android.hardware.automotive.can@libnetdevice", "android.hardware.automotive@libc++fs", "libnl++", ], vintf_fragments: ["manifest_android.hardware.automotive.can@1.0.xml"], Loading automotive/can/1.0/default/CanController.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ #include <android-base/logging.h> #include <android/hidl/manager/1.2/IServiceManager.h> #include <automotive/filesystem> #include <filesystem> #include <fstream> #include <regex> Loading @@ -31,7 +31,7 @@ namespace android::hardware::automotive::can::V1_0::implementation { using IfId = ICanController::BusConfig::InterfaceId; using IfIdDisc = ICanController::BusConfig::InterfaceId::hidl_discriminator; namespace fs = android::hardware::automotive::filesystem; namespace fs = ::std::filesystem; namespace fsErrors { static const std::error_code ok; Loading automotive/can/1.0/default/tests/fuzzer/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,6 @@ cc_fuzz { ], static_libs: [ "android.hardware.automotive.can@libnetdevice", "android.hardware.automotive@libc++fs", "libnl++", ], fuzz_config: { Loading automotive/can/aidl/default/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ cc_binary { ], static_libs: [ "android.hardware.automotive.can@libnetdevice", "android.hardware.automotive@libc++fs", "libnl++", ], vintf_fragments: ["android.hardware.automotive.can.xml"], Loading automotive/can/aidl/default/CanController.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ #include <android-base/format.h> #include <android-base/logging.h> #include <automotive/filesystem> #include <filesystem> #include <fstream> #include <regex> namespace aidl::android::hardware::automotive::can { namespace fs = ::android::hardware::automotive::filesystem; namespace fs = ::std::filesystem; namespace fsErrors { static const std::error_code ok; Loading Loading
automotive/can/1.0/default/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ cc_binary { ], static_libs: [ "android.hardware.automotive.can@libnetdevice", "android.hardware.automotive@libc++fs", "libnl++", ], vintf_fragments: ["manifest_android.hardware.automotive.can@1.0.xml"], Loading
automotive/can/1.0/default/CanController.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ #include <android-base/logging.h> #include <android/hidl/manager/1.2/IServiceManager.h> #include <automotive/filesystem> #include <filesystem> #include <fstream> #include <regex> Loading @@ -31,7 +31,7 @@ namespace android::hardware::automotive::can::V1_0::implementation { using IfId = ICanController::BusConfig::InterfaceId; using IfIdDisc = ICanController::BusConfig::InterfaceId::hidl_discriminator; namespace fs = android::hardware::automotive::filesystem; namespace fs = ::std::filesystem; namespace fsErrors { static const std::error_code ok; Loading
automotive/can/1.0/default/tests/fuzzer/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,6 @@ cc_fuzz { ], static_libs: [ "android.hardware.automotive.can@libnetdevice", "android.hardware.automotive@libc++fs", "libnl++", ], fuzz_config: { Loading
automotive/can/aidl/default/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ cc_binary { ], static_libs: [ "android.hardware.automotive.can@libnetdevice", "android.hardware.automotive@libc++fs", "libnl++", ], vintf_fragments: ["android.hardware.automotive.can.xml"], Loading
automotive/can/aidl/default/CanController.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ #include <android-base/format.h> #include <android-base/logging.h> #include <automotive/filesystem> #include <filesystem> #include <fstream> #include <regex> namespace aidl::android::hardware::automotive::can { namespace fs = ::android::hardware::automotive::filesystem; namespace fs = ::std::filesystem; namespace fsErrors { static const std::error_code ok; Loading