diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2025-09-09 22:53:30 +0300 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2025-09-11 12:26:45 +0200 |
| commit | 97ef559a03a75382f33f339b4a98eacf9373e50c (patch) | |
| tree | f66c1db008f7b7e8f7bbf07e174f460090ebb02c | |
| parent | 7cf0c5818608ac69899a2c6f979ed090e721a670 (diff) | |
manifest: Remove sm7250 HAL guards
Change-Id: Ie6003a6732b89dd87c97e5ecfb70e24939d1852c
| -rw-r--r-- | snippets/lineage.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/snippets/lineage.xml b/snippets/lineage.xml index 12d5bf0f..671c9436 100644 --- a/snippets/lineage.xml +++ b/snippets/lineage.xml @@ -74,10 +74,7 @@ <linkfile src="os_pickup.bp" dest="hardware/qcom/sdm845/Android.bp" /> </project> <project path="hardware/qcom/sm7250/display" name="LineageOS/android_hardware_qcom_sm7250_display" groups="qcom,qcom_sm7250" /> - <project path="hardware/qcom/sm7250/gps" name="LineageOS/android_hardware_qcom_sm7250_gps" groups="qcom,qcom_sm7250" > - <linkfile src="os_pickup.mk" dest="hardware/qcom/sm7250/Android.mk" /> - <linkfile src="os_pickup.bp" dest="hardware/qcom/sm7250/Android.bp" /> - </project> + <project path="hardware/qcom/sm7250/gps" name="LineageOS/android_hardware_qcom_sm7250_gps" groups="qcom,qcom_sm7250" /> <project path="hardware/qcom/sm8150/display" name="LineageOS/android_hardware_qcom_sm8150_display" groups="qcom,qcom_sm8150" /> <project path="hardware/qcom/sm8150/gps" name="LineageOS/android_hardware_qcom_sm8150_gps" groups="qcom,qcom_sm8150" /> |
