On 05/08/2013 01:45 PM, E. Paul Ratazzi wrote:
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?
Try running repo sync again and rebuilding.
I just merged the latest AOSP master into seandroid and intent_mac (and
cp_mac), so they should be in sync again.
There was a change to libcore in AOSP master that required a
corresponding change to frameworks/base, so it was necessary to merge
the latest AOSP master.
--
This message was distributed to subscribers of the seandroid-list mailing list.
If you no longer wish to subscribe, send mail to [email protected] with
the words "unsubscribe seandroid-list" without quotes as the message.