Huh, I hadn't even realized that was customizable. In any case, we'd expect global configuration like this to happen in the global/device configuration part of the build (build/make/core/config.mk / product makefiles / BoardConfig.mk, and things they include), not happen in Android.mk / Android.bp files (which define things that may not even be used by the current build). What's your use case for setting this in an Android.mk / Android.bp file?
- Dan On Mon, Aug 10, 2020 at 1:11 PM Simon Williams < [email protected]> wrote: > Using Android.mk, I'm able to add a new Build.TAG value by using > BUILD_VERSION_TAGS += my-tag > > Is it possible to do this from an Android.bp soong BluePrint file? > > -- > -- > 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/eb6940ac-2a71-4b77-9a4d-eea3ac02d587n%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/eb6940ac-2a71-4b77-9a4d-eea3ac02d587n%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%3D6WK6XnuVq_u11m1axXjrbm6bf8Uk0%2Bi3L15r8rZGAbQ%40mail.gmail.com.
