B2G OS emulator: ERROR PROCESSING MOZBUILD FILE

Hi all,

I’m trying to build B2GOS in emulator mode but i get the following error
==============================
ERROR PROCESSING MOZBUILD FILE
==============================

The error occurred while processing the following file or one of the files it includes:

    /<b2g_os>/gecko/widget/gonk/moz.build

The error occurred when validating the result of the execution. The reported error is:

    Path specified in LOCAL_INCLUDES does not exist: %/<b2g_os>/frameworks/native/opengl/include (resolved to /<b2g_os>/frameworks/native/opengl/include)

Not sure but it seems that gecko references libraries that are older that expected. Indeed “native” library is currently present both on caf and aosp but not in the revision that the emulator manifest downloads.

I’ve tried to modify that path by setting it to framework/base instead that frameworks/native (I’ seen a native directory there), the error isn’t showed anymore but the build then stops on gecko/widget/gonk/libdisplay/moz.build : this time also because the android version 15 is not supported.

I didn’t find similar issues on the web, may you help me?
Thank you
Gianni