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

Commit b6c04899 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."

* commit 'c8a045d4':
  Fix x86 build in app_process.
parents fd30a0e7 c8a045d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ static void maybeCreateDalvikCache() {
    static const char kInstructionSet[] = "x86_64";
#elif defined(__arm__)
    static const char kInstructionSet[] = "arm";
#elif defined(__x86__)
#elif defined(__i386__)
    static const char kInstructionSet[] = "x86";
#elif defined (__mips__)
    static const char kInstructionSet[] = "mips";