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

Commit a0b3550c authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

Merge "Address const issues in preparation for libcxx rebase." am: 7f84a070

am: d219b4ef

* commit 'd219b4ef':
  Address const issues in preparation for libcxx rebase.
parents a3c148bd d219b4ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@ static void parse_event(const char *msg, struct uevent *uevent)
static char **get_character_device_symlinks(struct uevent *uevent)
{
    const char *parent;
    char *slash;
    const char *slash;
    char **links;
    int link_num = 0;
    int width;
@@ -467,7 +467,7 @@ static char **get_block_device_symlinks(struct uevent *uevent)
{
    const char *device;
    struct platform_node *pdev;
    char *slash;
    const char *slash;
    const char *type;
    char buf[256];
    char link_path[256];