-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: Stop explicitly building shared libs
Change-Id: Ibeed3e2e6581f3c079a83d4e95ab5e34883bd533 Signed-off-by: Omkar Chandorkar <[email protected]>
- Loading branch information
Showing
20 changed files
with
1 addition
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,10 +200,6 @@ PRODUCT_PACKAGES += \ | |
qspa_system.rc \ | ||
qspa_default.rc | ||
|
||
# Trusted User Interface | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
|
||
# usbudev service for usb ip assigment | ||
PRODUCT_PACKAGES += \ | ||
usbudev | ||
|
@@ -216,10 +212,6 @@ PRODUCT_PACKAGES += \ | |
PRODUCT_VENDOR_PROPERTIES += \ | ||
ro.soc.manufacturer=QTI | ||
|
||
# WiFi Display | ||
PRODUCT_PACKAGES += \ | ||
libwfdaac_vendor | ||
|
||
# RFS APQ GNSS symlinks | ||
PRODUCT_PACKAGES += \ | ||
rfs_apq_gnss_hlos_symlink \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,5 @@ PRODUCT_BOOT_JARS += \ | |
QPerformance \ | ||
UxPerformance | ||
|
||
# Packages | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
libavservices_minijail \ | ||
vendor.qti.hardware.qspa-V1-ndk | ||
|
||
# Get non-open-source specific aspects | ||
$(call inherit-product-if-exists, vendor/qcom/common/system/perf/perf-vendor.mk) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,6 @@ | |
# AIDL / HIDL | ||
SYSTEM_EXT_MANIFEST_FILES += $(QCOM_COMMON_PATH)/system/telephony/atcmdfwd-saidl.xml | ||
|
||
# Packages | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] \ | ||
libc++.product \ | ||
libjson | ||
|
||
# Properties | ||
PRODUCT_SYSTEM_EXT_PROPERTIES += \ | ||
DEVICE_PROVISIONED=1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,6 @@ | |
|
||
TARGET_ADRENO_COMPONENT_VARIANT := adreno-5xx | ||
|
||
# Dependencies | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
|
||
# Permissions | ||
PRODUCT_COPY_FILES += \ | ||
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,31 +48,7 @@ endif | |
|
||
# Audio Packages | ||
PRODUCT_PACKAGES += \ | ||
audioadsprpcd \ | ||
audio.primary.$(TARGET_BOARD_PLATFORM) \ | ||
audio.r_submix.default \ | ||
audio.usb.default \ | ||
liba2dpoffload \ | ||
libaudioroute \ | ||
libbatterylistener \ | ||
libcirrusspkrprot \ | ||
libcomprcapture \ | ||
libexthwplugin \ | ||
libhdmiedid \ | ||
libhfp \ | ||
libhfp_pal \ | ||
libqcompostprocbundle \ | ||
libqcomvisualizer \ | ||
libqcomvoiceprocessing \ | ||
libsndcardparser \ | ||
libsndmonitor \ | ||
libspkrprot \ | ||
libssrec \ | ||
libtinycompress \ | ||
libvolumelistener \ | ||
sound_trigger.primary.$(TARGET_BOARD_PLATFORM) \ | ||
[email protected] \ | ||
[email protected] | ||
libvolumelistener | ||
|
||
# Permissions | ||
PRODUCT_COPY_FILES += \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,18 +12,6 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Packages | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
audio.bluetooth.default \ | ||
[email protected] \ | ||
[email protected] \ | ||
libldacBT_enc \ | ||
libldacBT_abr \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] | ||
|
||
ifeq ($(TARGET_USE_AIDL_QTI_BT_AUDIO),true) | ||
PRODUCT_PACKAGES += \ | ||
android.hardware.bluetooth.audio-impl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ PRODUCT_SYSTEM_EXT_PROPERTIES += \ | |
ro.charger.enable_suspend=1 | ||
endif | ||
|
||
# Suspend | ||
PRODUCT_PACKAGES += \ | ||
libsuspend | ||
|
||
# Init | ||
PRODUCT_COPY_FILES += \ | ||
$(QCOM_COMMON_PATH)/vendor/charging/[email protected]:$(TARGET_COPY_OUT_VENDOR)/etc/init/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,6 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Packages | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] | ||
|
||
DEVICE_MANIFEST_FILE += \ | ||
$(QCOM_COMMON_PATH)/vendor/keymaster/gatekeeper-manifest.xml \ | ||
$(QCOM_COMMON_PATH)/vendor/keymaster/keymaster-manifest.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,16 +35,6 @@ PRODUCT_COPY_FILES += \ | |
$(QCOM_COMMON_PATH)/vendor/perf/poweropt-service-disable.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/poweropt-service-disable.rc | ||
endif | ||
|
||
# Packages | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
android.hardware.thermal-V1-ndk.vendor \ | ||
libavservices_minijail.vendor \ | ||
libpsi.vendor \ | ||
libtflite \ | ||
[email protected] \ | ||
vendor.qti.hardware.servicetrackeraidl-V1-ndk.vendor | ||
|
||
# Only copy task_profiles.json for 5.4 targets. | ||
ifeq ($(TARGET_KERNEL_VERSION),5.4) | ||
PRODUCT_COPY_FILES += \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,25 +37,6 @@ endif | |
# RIL | ||
ENABLE_VENDOR_RIL_SERVICE := true | ||
|
||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] \ | ||
vendor.qti.hardware.systemhelperaidl-V1-ndk.vendor | ||
|
||
PRODUCT_PACKAGES += \ | ||
android.hardware.radio.config-V1-ndk.vendor \ | ||
android.hardware.radio.data-V1-ndk.vendor \ | ||
android.hardware.radio.messaging-V1-ndk.vendor \ | ||
android.hardware.radio.modem-V1-ndk.vendor \ | ||
android.hardware.radio.network-V1-ndk.vendor \ | ||
android.hardware.radio.sim-V1-ndk.vendor \ | ||
android.hardware.radio.voice-V1-ndk.vendor \ | ||
android.hardware.radio-V1-ndk.vendor | ||
|
||
PRODUCT_VENDOR_PROPERTIES += \ | ||
persist.radio.multisim.config=dsds \ | ||
persist.vendor.radio.apm_sim_not_pwdn=1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters