hle: nvflinger: Migrate android namespace -> Service::android.

This commit is contained in:
bunnei
2022-03-19 21:51:16 -07:00
parent 5849c9a4cd
commit ca12a77670
35 changed files with 76 additions and 79 deletions

View File

@@ -10,7 +10,7 @@
#include "common/assert.h"
#include "common/common_types.h"
namespace android {
namespace Service::android {
class Parcel final {
public:
@@ -168,4 +168,4 @@ private:
std::size_t write_index = sizeof(Header);
};
} // namespace android
} // namespace Service::android