Hi,
Previously, I have successfully build the TaintDroid 2.3 by following the instruction in
https://sites.google.com/site/taintdroid23/source by using Ubuntu 12.04 and goldfish emulator. So, currently Im trying to build the MOSES system.
I have tried using the "sudo make" command but, I get the error stating that "build/core/
java.mk:9 bin:target java module does not define any source or resource file."
However, as I try to do the "make" command, I get the following errors :
...
Aidl: framework <= frameworks/base/telephony/java/com/android/internal/telephony/ITelephony.aidl
Aidl: framework <= frameworks/base/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl
Aidl: framework <= frameworks/base/telephony/java/com/android/internal/telephony/IIccPhoneBook.aidl
Aidl: framework <= frameworks/base/telephony/java/com/android/internal/telephony/ISms.aidl
Aidl: framework <= frameworks/base/wifi/java/android/net/wifi/IWifiManager.aidl
Aidl: framework <= frameworks/base/telephony/java/com/android/internal/telephony/IExtendedNetworkService.aidl
Aidl: framework <= frameworks/base/vpn/java/android/net/vpn/IVpnService.aidl
Aidl: framework <= frameworks/base/voip/java/android/net/sip/ISipSession.aidl
Aidl: framework <= frameworks/base/voip/java/android/net/sip/ISipSessionListener.aidl
Aidl: framework <= frameworks/base/voip/java/android/net/sip/ISipService.aidl
Aidl: framework <= frameworks/base/core/java/android/os/moses/IMosesPolicyManager.aidl
aidl: unable to open file for read: frameworks/base/core/java/android/os/moses/IMosesPolicyManager.aidl
make: *** [out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/os/moses/IMosesPolicyManager.java] Error 1
From here, how can I proceed ? Any help is very appreciated.
Thank you.