This mailing list is to discuss building AOSP on AOSP supported targets, so
the first messages were off topic. That being said, that message can be
translated to "the libaudiopolicymanager shared library is not found, it's
required by the libaudiopolicyservice shared library". I don't know
anything more about that problem.

Alex, your problem is different (though it contains a similar error
message). Use 'mma' instead of 'mm', and it should work. 'mm' doesn't load
information about any dependencies, so if you haven't built them yet, it
fails. You'd need to run 'mma' at least once in order to build all the
dependencies for the current directoy (or just run it every time, it's not
as slow as it used to be).

- Dan

On Wed, Jan 4, 2017 at 7:56 AM Alex Stuart <[email protected]> wrote:

> I am having the same issues here. With a special command i get the
> following:
>
> alex@romkitchen:~/CustomROM$ cd external/doclava && mm -B USE_NINJA=false
> showcommands
>
> ============================================
>
> PLATFORM_VERSION_CODENAME=REL
>
> PLATFORM_VERSION=7.1.1
>
> TARGET_PRODUCT=aosp_bullhead
>
> TARGET_BUILD_VARIANT=userdebug
>
> TARGET_BUILD_TYPE=release
>
> TARGET_BUILD_APPS=
>
> TARGET_ARCH=arm64
>
> TARGET_ARCH_VARIANT=armv8-a
>
> TARGET_CPU_VARIANT=cortex-a53
>
> TARGET_2ND_ARCH=arm
>
> TARGET_2ND_ARCH_VARIANT=armv7-a-neon
>
> TARGET_2ND_CPU_VARIANT=cortex-a53.a57
>
> HOST_ARCH=x86_64
>
> HOST_2ND_ARCH=x86
>
> HOST_OS=linux
>
> HOST_OS_EXTRA=Linux-3.13.0-106-generic-x86_64-with-Ubuntu-14.04-trusty
>
> HOST_CROSS_OS=windows
>
> HOST_CROSS_ARCH=x86
>
> HOST_CROSS_2ND_ARCH=x86_64
>
> HOST_BUILD_TYPE=release
>
> BUILD_ID=NMF26V
>
> OUT_DIR=out
>
> ============================================
>
> PRODUCT_COPY_FILES
> device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml
> ignored.
>
> PRODUCT_COPY_FILES
> device/lge/bullhead/audio_effects.conf:system/etc/audio_effects.conf
> ignored.
>
> PRODUCT_COPY_FILES
> vendor/lge/bullhead/vendor/etc/msm_irqbalance.conf:vendor/etc/msm_irqbalance.conf:lge
> ignored.
>
> No private recovery resources for TARGET_DEVICE bullhead
>
> make: Entering directory `/home/alex/CustomROM'
>
> make: *** No rule to make target
> `out/host/linux-x86/framework/antlr-runtime.jar', needed by
> `out/host/common/obj/JAVA_LIBRARIES/doclava_intermediates/classes-full-debug.jar'.
> Stop.
>
> make: Leaving directory `/home/alex/CustomROM'
>
>
>
> --
> --
> 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].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to