Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
André Lam
android_vendor_lineage
Commits
8c49ba97
Commit
8c49ba97
authored
Sep 20, 2019
by
Michael Bestas
Browse files
soong: Add AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT
Change-Id: Iac6366d714ab3634def648e6a8c0c30d684a9383
parent
95c41052
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/soong/android/variable.go
View file @
8c49ba97
...
...
@@ -17,6 +17,9 @@ type Product_variables struct {
Should_wait_for_qsee
struct
{
Cflags
[]
string
}
Supports_extended_compress_format
struct
{
Cflags
[]
string
}
Supports_hw_fde
struct
{
Cflags
[]
string
Header_libs
[]
string
...
...
@@ -59,6 +62,7 @@ type ProductVariables struct {
Has_legacy_camera_hal1
*
bool
`json:",omitempty"`
Should_wait_for_qsee
*
bool
`json:",omitempty"`
Specific_camera_parameter_library
*
string
`json:",omitempty"`
Supports_extended_compress_format
*
bool
`json:",omitempty"`
Supports_hw_fde
*
bool
`json:",omitempty"`
Supports_hw_fde_perf
*
bool
`json:",omitempty"`
Target_init_vendor_lib
*
string
`json:",omitempty"`
...
...
build/soong/soong_config.mk
View file @
8c49ba97
...
...
@@ -10,6 +10,7 @@ $(call add_json_val_default, Bootloader_message_offset, $(BOOTLOADER_MESSAGE_OFF
$(call
add_json_bool,
Has_legacy_camera_hal1,
$(filter
true,$(TARGET_HAS_LEGACY_CAMERA_HAL1)))
$(call
add_json_bool,
Should_wait_for_qsee,
$(filter
true,$(TARGET_KEYMASTER_WAIT_FOR_QSEE)))
$(call
add_json_str,
Specific_camera_parameter_library,
$(TARGET_SPECIFIC_CAMERA_PARAMETER_LIBRARY))
$(call
add_json_bool,
Supports_extended_compress_format,
$(filter
true,$(AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT)))
$(call
add_json_bool,
Supports_hw_fde,
$(filter
true,$(TARGET_HW_DISK_ENCRYPTION)))
$(call
add_json_bool,
Supports_hw_fde_perf,
$(filter
true,$(TARGET_HW_DISK_ENCRYPTION_PERF)))
$(call
add_json_str_omitempty,
Target_init_vendor_lib,
$(TARGET_INIT_VENDOR_LIB))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment