Comment #2 on issue 366 by [email protected]: x86 android: no static intermediates
https://code.google.com/p/address-sanitizer/issues/detail?id=366

Oh, that was unexpected.

I have manually build libasan and friends with:

$ cd external/compiler-rt
$ mm
$ cd ../..

Then:

$ cd frameworks/av/cmds/stagefright
$ mm

And it succeeded (see below). It looks like a missing dependency somewhere.

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.2
TARGET_PRODUCT=aosp_x86
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=x86
TARGET_ARCH_VARIANT=x86
TARGET_CPU_VARIANT=
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=KOT49H
OUT_DIR=out
============================================
make: Entering directory `/usr/local/google/home/krasin/klp-mr1-release'
Import includes file: out/target/product/generic_x86/obj/EXECUTABLES/stagefright_intermediates/import_includes target Executable: stagefright (out/target/product/generic_x86/obj/EXECUTABLES/stagefright_intermediates/LINKED/stagefright) target Symbolic: stagefright (out/target/product/generic_x86/symbols/system/bin/stagefright) Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/stagefright_intermediates/export_includes target Strip: stagefright (out/target/product/generic_x86/obj/EXECUTABLES/stagefright_intermediates/stagefright)
Install: out/target/product/generic_x86/system/bin/stagefright
Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/record_intermediates/export_includes Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/recordvideo_intermediates/export_includes Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/audioloop_intermediates/export_includes Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/stream_intermediates/export_includes Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/sf2_intermediates/export_includes Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/codec_intermediates/export_includes Export includes file: frameworks/av/cmds/stagefright/Android.mk -- out/target/product/generic_x86/obj/EXECUTABLES/muxer_intermediates/export_includes
make: Leaving directory `/usr/local/google/home/krasin/klp-mr1-release'

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" 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.

Reply via email to