config: Remove TARGET_CAMERA_BOOTTIME_TIMESTAMP
This is no longer needed in T Change-Id: Id14c88a548c14a8c26858a13f262f355ba72745e
This commit is contained in:
@@ -167,23 +167,6 @@ trust_usb_control {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
soong_config_module_type {
|
|
||||||
name: "needs_camera_boottime",
|
|
||||||
module_type: "cc_defaults",
|
|
||||||
config_namespace: "lineageGlobalVars",
|
|
||||||
bool_variables: ["needs_camera_boottime"],
|
|
||||||
properties: ["cppflags"],
|
|
||||||
}
|
|
||||||
|
|
||||||
needs_camera_boottime {
|
|
||||||
name: "needs_camera_boottime_defaults",
|
|
||||||
soong_config_variables: {
|
|
||||||
needs_camera_boottime: {
|
|
||||||
cppflags: ["-DTARGET_CAMERA_BOOTTIME_TIMESTAMP"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
soong_config_module_type {
|
soong_config_module_type {
|
||||||
name: "egl_display_array",
|
name: "egl_display_array",
|
||||||
module_type: "cc_defaults",
|
module_type: "cc_defaults",
|
||||||
|
@@ -30,7 +30,6 @@ SOONG_CONFIG_NAMESPACES += lineageGlobalVars
|
|||||||
SOONG_CONFIG_lineageGlobalVars += \
|
SOONG_CONFIG_lineageGlobalVars += \
|
||||||
additional_gralloc_10_usage_bits \
|
additional_gralloc_10_usage_bits \
|
||||||
gralloc_handle_has_reserved_size \
|
gralloc_handle_has_reserved_size \
|
||||||
needs_camera_boottime \
|
|
||||||
target_init_vendor_lib \
|
target_init_vendor_lib \
|
||||||
target_ld_shim_libs \
|
target_ld_shim_libs \
|
||||||
target_surfaceflinger_udfps_lib \
|
target_surfaceflinger_udfps_lib \
|
||||||
@@ -56,7 +55,6 @@ endif
|
|||||||
|
|
||||||
# Soong bool variables
|
# Soong bool variables
|
||||||
SOONG_CONFIG_lineageGlobalVars_gralloc_handle_has_reserved_size := $(TARGET_GRALLOC_HANDLE_HAS_RESERVED_SIZE)
|
SOONG_CONFIG_lineageGlobalVars_gralloc_handle_has_reserved_size := $(TARGET_GRALLOC_HANDLE_HAS_RESERVED_SIZE)
|
||||||
SOONG_CONFIG_lineageGlobalVars_needs_camera_boottime := $(TARGET_CAMERA_BOOTTIME_TIMESTAMP)
|
|
||||||
SOONG_CONFIG_lineageGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
|
SOONG_CONFIG_lineageGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
|
||||||
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)
|
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)
|
||||||
SOONG_CONFIG_lineageQcomVars_supports_extended_compress_format := $(AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT)
|
SOONG_CONFIG_lineageQcomVars_supports_extended_compress_format := $(AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT)
|
||||||
|
Reference in New Issue
Block a user