I modified a file under frameworks/base/core/java/android/content/ and I try to compile it to see the change
here is what I did: source build/envsetup.sh lunch 22 mmm frameworks/base But then I got the following error message: frameworks/base/cmds/idmap2/tests/FileUtilsTests.cpp:73:13: error: use of undeclared identifier 'pipe2' ASSERT_EQ(pipe2(pipefd, O_CLOEXEC), 0); I am trying to build it on mac and run it on the emulator, and it can runs perfectly before I try to build this module. Does anyone know how this issue happens? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/5685c603-d988-4d66-b11a-4e8ca489f601n%40googlegroups.com.
