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

Commit 03ff3bc8 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to r_aml_300900200 for mainline module file:...

Make change and version bump to r_aml_300900200 for mainline module file: adb/apex/apex_manifest.json

Change-Id: Ic456daed0a2a998459585e1d5ec1cfd25f68d635
parents 0927bcff 050f3d7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.adbd",
  "version": 300900100
  "version": 300900200
}
+3 −2
Original line number Diff line number Diff line
@@ -61,8 +61,9 @@ TEST(util, ReadFileWorldWiteable) {

TEST(util, ReadFileSymbolicLink) {
    errno = 0;
    // lrw------- 1 root root 23 2008-12-31 19:00 default.prop -> system/etc/prop.default
    auto file_contents = ReadFile("/default.prop");
    // lrwxrwxrwx 1 root shell 6 2020-06-26 09:55 /system/bin/ps -> toybox
    auto file_contents = ReadFile("/system/bin/ps");

    EXPECT_EQ(ELOOP, errno);
    ASSERT_FALSE(file_contents.ok());
    EXPECT_EQ("open() failed: Too many symbolic links encountered",