i know that the .java file generated from .aidl file has import files like android.os.binder,iinterface,ibinder etc.
changing language dependent java specific files to spport c++
I also know that there is a native directory in frameworks where binder files in cpp are available.
now if i just include those files and call the methods in those native files and follow the procedure of aidl compiler,can i be able to generate
c++ proxy and stub interfaces from .aidl.
Share your thoughts on this.
Regards,
sasidhar
changing language dependent java specific files to spport c++
I also know that there is a native directory in frameworks where binder files in cpp are available.
now if i just include those files and call the methods in those native files and follow the procedure of aidl compiler,can i be able to generate
c++ proxy and stub interfaces from .aidl.
Share your thoughts on this.
Regards,
sasidhar