Android.bp (and the Soong build system in general) wasn't really supported until Android-O, so an Android.bp will be ignored in Nougat. (There was some prototype support in Nougat under a USE_SOONG flag, but I really doubt that'll work for you)
- Dan On Tue, Sep 14, 2021 at 4:19 PM Saurabh Banore <[email protected]> wrote: > Hello All, > > I am upgrading one of the Nougat libraries - external/v8 and I am facing > the following error when I try to build the changes in external/v8 with the > comand *mma* > > *ninja: error: unknown target 'MODULES-IN-external-v8', did you mean > 'MODULES-IN-external-iw'?* > > The changes required for upgrading are replacing the Android.mk with > Android.bp. When checked about error, I understood that the Android.bp from > the external/v8 is not getting loaded. I have verified that the Android.bp > in the top level directory contains: > > *optional_subdirs = [* > *"external/*",* > *]* > > Instead of *external/**, I also tried using *external/v8, external/v8/* *but > still the Android.bp won't get loaded. > > Is there anything else I am missing? Could anyone please provide any > pointers on how to debug this further? > > > -- > -- > 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/37d6d753-7a12-4457-b23f-ef97e2338276n%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/37d6d753-7a12-4457-b23f-ef97e2338276n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- 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/CALQgHd%3D%2B66DK35ApBEtKKOvPg8%3DWx9GR%3DTquZrr%3DWS%3DQ7kqOFw%40mail.gmail.com.
