android_art icon indicating copy to clipboard operation
android_art copied to clipboard

Compile error on AOSP-7.1.2-r33。

Open LeadroyaL opened this issue 6 years ago • 2 comments

Platform: Ubuntu 16.10 AOSP: android-7.1.2_r33 android_art: xposed-nougat, xposed-nougat-mr2

Error: ninja: error: 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdkjvm_intermediates/export_includes', needed by 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdk_intermediates/import_includes', missing and no known rule to make it

or

ninja: error: 'out/host/linux-x86/obj/SHARED_LIBRARIES/libart_intermediates/export_includes', needed by 'out/host/linux-x86/obj/EXECUTABLES/dexlist_intermediates/import_includes', missing and no known rule to make it

Step:

  • cd AOSP/art
  • rm -r * (if necessary)
  • cp android_art/* ./
  • m -j8

LeadroyaL avatar May 11 '18 08:05 LeadroyaL

  1. Remove WORKING_DIR/.repo/local_manifests/xposed_sdk25.xml
  2. Run repo forall -c "git reset --hard && git clean -fd && git pull" under WORKING_DIR.
  3. Run repo sync under WORKING_DIR.

shenzhigang avatar Dec 06 '18 09:12 shenzhigang

Platform: Ubuntu 16.10 AOSP: android-7.1.2_r33 android_art: xposed-nougat, xposed-nougat-mr2

Error: ninja: error: 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdkjvm_intermediates/export_includes', needed by 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdk_intermediates/import_includes', missing and no known rule to make it

or

ninja: error: 'out/host/linux-x86/obj/SHARED_LIBRARIES/libart_intermediates/export_includes', needed by 'out/host/linux-x86/obj/EXECUTABLES/dexlist_intermediates/import_includes', missing and no known rule to make it

Step:

  • cd AOSP/art
  • rm -r * (if necessary)
  • cp android_art/* ./
  • m -j8

大佬 问题解决了么?

justcodedroid avatar Dec 30 '20 13:12 justcodedroid