Revert "vendor/lineage: Add support for java source overlays"

This reverts commit af96975506.

Change-Id: I837a5a8e8523e9e9959abe83dabcc333e87eac17
This commit is contained in:
Paul Keith
2019-02-19 17:52:53 +01:00
committed by Sam Mortimer
parent b6b3421188
commit 17da6ad0bb
4 changed files with 0 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ bootstrap_go_package {
name: "soong-lineage",
pkgPath: "lineage/soong/android",
srcs: [
"android/config.go",
"android/variable.go",
],
}

View File

@@ -1,13 +0,0 @@
package android
// Global config used by Lineage soong additions
var LineageConfig = struct {
// List of packages that are permitted
// for java source overlays.
JavaSourceOverlayModuleWhitelist []string
}{
// JavaSourceOverlayModuleWhitelist
[]string{
"org.lineageos.hardware",
},
}

View File

@@ -75,7 +75,6 @@ type ProductVariables struct {
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"`
Specific_camera_parameter_library *string `json:",omitempty"`
Supports_hw_fde *bool `json:",omitempty"`

View File

@@ -8,7 +8,6 @@ $(call add_json_str_omitempty, Additional_gralloc_10_usage_bits, $(TARGET_ADDITI
$(call add_json_bool, Apply_msm8974_1440p_egl_workaround, $(filter true,$(TARGET_MSM8974_1440P_EGL_WORKAROUND)))
$(call add_json_val_default, Bootloader_message_offset, $(BOOTLOADER_MESSAGE_OFFSET), 0)
$(call add_json_bool, Has_legacy_camera_hal1, $(filter true,$(TARGET_HAS_LEGACY_CAMERA_HAL1)))
$(call add_json_str, Java_Source_Overlays, $(JAVA_SOURCE_OVERLAYS))
$(call add_json_bool, Should_skip_waiting_for_qsee, $(filter true,$(TARGET_KEYMASTER_SKIP_WAITING_FOR_QSEE)))
$(call add_json_str, Specific_camera_parameter_library, $(TARGET_SPECIFIC_CAMERA_PARAMETER_LIBRARY))
$(call add_json_bool, Supports_hw_fde, $(filter true,$(TARGET_HW_DISK_ENCRYPTION)))