sdm660-common: Downgrade LA.UM.9.6.2.r1 revision to 03300-89xx.0
- Update with new template (Standalone extract_util)
This commit is contained in:
parent
92c8a146a4
commit
6f0cb84594
17 changed files with 16 additions and 63 deletions
32
Android.bp
32
Android.bp
|
@ -1,20 +1,6 @@
|
||||||
/**
|
// Automatically generated file. DO NOT MODIFY
|
||||||
* Copyright (C) 2019-2021 The LineageOS Project
|
//
|
||||||
*
|
// This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*
|
|
||||||
* This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
|
||||||
*/
|
|
||||||
|
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
}
|
}
|
||||||
|
@ -33,8 +19,8 @@ cc_prebuilt_library_shared {
|
||||||
srcs: ["proprietary/vendor/lib64/libgpustats.so"],
|
srcs: ["proprietary/vendor/lib64/libgpustats.so"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
check_elf_files: false,
|
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -53,8 +39,8 @@ cc_prebuilt_library_shared {
|
||||||
srcs: ["proprietary/vendor/lib64/libsdm-disp-vndapis.so"],
|
srcs: ["proprietary/vendor/lib64/libsdm-disp-vndapis.so"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
check_elf_files: false,
|
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -73,8 +59,8 @@ cc_prebuilt_library_shared {
|
||||||
srcs: ["proprietary/vendor/lib64/libthermalclient.so"],
|
srcs: ["proprietary/vendor/lib64/libthermalclient.so"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
check_elf_files: false,
|
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -93,8 +79,8 @@ cc_prebuilt_library_shared {
|
||||||
srcs: ["proprietary/vendor/lib64/libtime_genoff.so"],
|
srcs: ["proprietary/vendor/lib64/libtime_genoff.so"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
check_elf_files: false,
|
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -113,8 +99,8 @@ cc_prebuilt_library_shared {
|
||||||
srcs: ["proprietary/system_ext/lib64/libantradio.so"],
|
srcs: ["proprietary/system_ext/lib64/libantradio.so"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
check_elf_files: false,
|
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -133,8 +119,8 @@ cc_prebuilt_library_shared {
|
||||||
srcs: ["proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so"],
|
srcs: ["proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
check_elf_files: false,
|
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
16
Android.mk
16
Android.mk
|
@ -1,21 +1,9 @@
|
||||||
# Copyright (C) 2018-2021 The LineageOS Project
|
# Automatically generated file. DO NOT MODIFY
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
# This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
# This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(filter tulip jasmine_sprout wayne clover lavender platina jason whyred,$(TARGET_DEVICE)),)
|
ifneq ($(filter clover jasmine_sprout jason lavender platina tulip wayne whyred,$(TARGET_DEVICE)),)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,16 +1,4 @@
|
||||||
# Copyright (C) 2018-2021 The LineageOS Project
|
# Automatically generated file. DO NOT MODIFY
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
# This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
# This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
proprietary/lib/libwfddisplayconfig.so
Normal file
BIN
proprietary/lib/libwfddisplayconfig.so
Normal file
Binary file not shown.
Binary file not shown.
BIN
proprietary/system_ext/lib/libmmrtpdecoder.so
Normal file
BIN
proprietary/system_ext/lib/libmmrtpdecoder.so
Normal file
Binary file not shown.
BIN
proprietary/system_ext/lib/libmmrtpencoder.so
Normal file
BIN
proprietary/system_ext/lib/libmmrtpencoder.so
Normal file
Binary file not shown.
BIN
proprietary/vendor/bin/cnss-daemon
vendored
BIN
proprietary/vendor/bin/cnss-daemon
vendored
Binary file not shown.
BIN
proprietary/vendor/bin/wifidisplayhalservice
vendored
BIN
proprietary/vendor/bin/wifidisplayhalservice
vendored
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib/libdisplayconfig.qti.so
vendored
BIN
proprietary/vendor/lib/libdisplayconfig.qti.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libmiracast.so
vendored
BIN
proprietary/vendor/lib/libmiracast.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/lib-imsvtcore.so
vendored
BIN
proprietary/vendor/lib64/lib-imsvtcore.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libdisplayconfig.qti.so
vendored
BIN
proprietary/vendor/lib64/libdisplayconfig.qti.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libmiracast.so
vendored
BIN
proprietary/vendor/lib64/libmiracast.so
vendored
Binary file not shown.
|
@ -1,17 +1,5 @@
|
||||||
# Copyright (C) 2018-2021 The LineageOS Project
|
# Automatically generated file. DO NOT MODIFY
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
# This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
# This file is generated by device/xiaomi/sdm660-common/setup-makefiles.sh
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
@ -45,6 +33,7 @@ PRODUCT_COPY_FILES += \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdcodecv4l2.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdcodecv4l2.so \
|
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdcodecv4l2.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdcodecv4l2.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdcommonutils.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdcommonutils.so \
|
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdcommonutils.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdcommonutils.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdconfigutils.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdconfigutils.so \
|
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdconfigutils.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdconfigutils.so \
|
||||||
|
vendor/xiaomi/sdm660-common/proprietary/lib/libwfddisplayconfig.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfddisplayconfig.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdmminterface.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdmminterface.so \
|
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdmminterface.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdmminterface.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdmmsink.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdmmsink.so \
|
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdmmsink.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdmmsink.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdmmsrc.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdmmsrc.so \
|
vendor/xiaomi/sdm660-common/proprietary/lib/libwfdmmsrc.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libwfdmmsrc.so \
|
||||||
|
@ -122,6 +111,8 @@ PRODUCT_COPY_FILES += \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libimsmedia_jni.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libimsmedia_jni.so \
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libimsmedia_jni.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libimsmedia_jni.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libmmosal.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmosal.so \
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libmmosal.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmosal.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libmmparser_lite.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmparser_lite.so \
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libmmparser_lite.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmparser_lite.so \
|
||||||
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libmmrtpdecoder.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmrtpdecoder.so \
|
||||||
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/libmmrtpencoder.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmrtpencoder.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so \
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/vendor.qti.ims.callcapability@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.qti.ims.callcapability@1.0.so \
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/vendor.qti.ims.callcapability@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.qti.ims.callcapability@1.0.so \
|
||||||
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/vendor.qti.ims.callinfo@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.qti.ims.callinfo@1.0.so \
|
vendor/xiaomi/sdm660-common/proprietary/system_ext/lib/vendor.qti.ims.callinfo@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.qti.ims.callinfo@1.0.so \
|
||||||
|
|
Loading…
Reference in a new issue