Hi, Have you solved this problem? I build an latin IME apk with same error on Android P like this "Unknown LOCAL_NDK_STL_VARIANT stlport_static."
because I need to use stlport_static. My Application.mk include APP_STL := stlport_static, so I got this error. On Saturday, February 17, 2018 at 3:45:36 AM UTC+8, Mallamma Nargund wrote: > > Hello, > I am trying to build live tv application for arm64 platform. > Downloaded the reference tv application source code referring this link > https://source.android.com/devices/tv/reference-tv-app for android 6.0 . > root@mallamma:/home/mallamma/studioProjectsTV/live-tv# make LiveTv > ============================================ > PLATFORM_VERSION_CODENAME=P > PLATFORM_VERSION=P > TARGET_PRODUCT=aosp_arm64 > TARGET_BUILD_VARIANT=eng > TARGET_BUILD_TYPE=release > TARGET_BUILD_APPS=LiveTv > TARGET_ARCH=arm64 > TARGET_ARCH_VARIANT=armv8-a > TARGET_CPU_VARIANT=generic > TARGET_2ND_ARCH=arm > TARGET_2ND_ARCH_VARIANT=armv7-a > TARGET_2ND_CPU_VARIANT=generic > HOST_ARCH=x86_64 > HOST_2ND_ARCH=x86 > HOST_OS=linux > HOST_OS_EXTRA=Linux-4.8.1-x86_64-Ubuntu-14.04.4-LTS > HOST_CROSS_OS=windows > HOST_CROSS_ARCH=x86 > HOST_CROSS_2ND_ARCH=x86_64 > HOST_BUILD_TYPE=release > BUILD_ID=OC-MR1 > OUT_DIR=out > ============================================ > ninja: no work to do. > [1/1] out/soong/.bootstrap/bin/soong_build out/soong/build.ninja > out/build-aosp_arm64-_packages_apps_TV_Android.mk-cleanspec.ninja is > missing, regenerating... > out/build-aosp_arm64-_packages_apps_TV_Android.mk.ninja is missing, > regenerating... > build/make/core/binary.mk:193: error: packages/apps/TV/jni: Unknown > LOCAL_NDK_STL_VARIANT stlport_static. > 14:30:28 ckati failed with: exit status 1 > > #### failed to build some targets (7 seconds) #### > > > -- -- 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/2f3bf1a8-3788-4d40-9973-29b4894f8975%40googlegroups.com.
