I was successful in compiling the master branch of seandroid for the emulator,
and I wanted to experiment a bit with the intent_mac branch. I first tried
doing a repo sync of the intent_mac branch on top of my working seandroid tree,
but ran into a compile time error. I then went back to a fresh clone of the
AOSP master branch and cloned intent_mac directly on that. I ended up getting
the same compile-time error as when I had intent_mac cloned on top of seandroid
on top of AOSP:
frameworks/base/keystore/java/android/security/KeyChain.java:347: unreported
exception java.security.cert.CertificateException; must be caught or declared
to be thrown
.getCertificateChain(toCertificate(certificateBytes));
From the timestamps in frameworks/base/keystore/java/android/security/, I can
see that this is one of the files that's different from both the AOSP master
and seandroid master.
Any ideas?
Thanks,
Paul