soong_config: Add BOOTLOADER_MESSAGE_OFFSET

* libbootloader_message now uses Android.bp

Change-Id: I750a04be97dbe01564d45cd605744b15f209e408
This commit is contained in:
Alessandro Astone
2018-10-12 00:16:27 +02:00
committed by Michael Bestas
parent 7484149d3c
commit e5acfae08c
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ type Product_variables struct {
Apply_msm8974_1440p_egl_workaround struct {
Cflags []string
}
Bootloader_message_offset struct {
Cflags []string
}
Has_legacy_camera_hal1 struct {
Cflags []string
}
@@ -47,6 +50,7 @@ type Product_variables struct {
type ProductVariables struct {
Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
Bootloader_message_offset *int `json:",omitempty"`
Has_legacy_camera_hal1 *bool `json:",omitempty"`
Java_Source_Overlays *string `json:",omitempty"`
Should_skip_waiting_for_qsee *bool `json:",omitempty"`