Any reason trying to build pdk in the recent Android releases has stopped working?
$ make -j20 pdk ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=5.1.1 TARGET_PRODUCT=aosp_x86_64 TARGET_BUILD_VARIANT=eng TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=x86_64 TARGET_ARCH_VARIANT=x86_64 TARGET_CPU_VARIANT= TARGET_2ND_ARCH=x86 TARGET_2ND_ARCH_VARIANT=x86 TARGET_2ND_CPU_VARIANT= HOST_ARCH=x86_64 HOST_OS=linux HOST_OS_EXTRA=Linux-3.19.0-15-generic-x86_64-with-Ubuntu-15.04-vivid HOST_BUILD_TYPE=release BUILD_ID=LMY47V OUT_DIR=out ============================================ PDK TARGET_BUILD_JAVA_SUPPORT_LEVEL sdk PDK Build uses SDK 21 including ./abi/cpp/Android.mk ... including ./art/Android.mk ... build/core/java.mk:20: *** art/test: Must not define both LOCAL_NO_STANDARD_LIBRARIES and LOCAL_SDK_VERSION. Stop. #### make failed to build some targets (2 seconds) #### As far as I can tell this used to work with patch 8f0bbd235c30c99f16e10100036537dd0c0080b5 applied: Only include test targets if test-art* or build-art* is being built. Will building PDK be reintroduced in the 5.x releases? -- Best regards, Hans-Christian Egtvedt -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
