Hi,

I am trying to build an image based on the Android source code that
should include my own code.

The problem is that the "import android.graphics.Bitmap;" in my
IMyService.aidl can not resolved.

The IMyService.aidl looks like:

   package org.myorg;
   import android.graphics.Bitmap;
   interface IMyService {
       void method01(in Bitmap bmp);
   }

My classes are in the "packages/apps/MyApp" path.

I know that the solution should be in my Android.mk file, but I can
not figure out how.

Can someone help me?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to