I have custom AIDL file in frameworks/core/java/com/custom/aidl/custom.aidl. And the aidl file import another class named "customUtils.java" in frameworks/core/java/com/custom/utils/ with "cutomUtils.aidl" file.
when I use "make update-api " , it's build success , but when i use "make -j8 " ,it' report an error: out/soong/.intermediates/development/build/android_system_stubs_current/android_common/javac/srcjars/com/ custom /aidl/ custom.java:27: error: package com. custom .utils does not exist public com. custom.utils. cutomUtils getAppletConfig(java.lang.String packageName) throws android.os.RemoteException; what's wrong with me ? -- -- You received this message because you are subscribed to the "Android Building" mailing list. 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-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/39b991cf-be5f-40c4-83b0-9e6a0203232en%40googlegroups.com.
