This reverts commit f91588987f.
Reason for revert: Rethinking this, qssi isn't actually
inheriting this and this config would not be used from here.
Change-Id: I242ebc997b3951826e5e1da93e0c198516570011
Despite AOSP design, Qualcomm still relies on vndservicemanager
even for devices shipping API 30 and higher. They build vndservicemanager
for all targets and we should too.
Change-Id: I4d6d8d58b55744aa4fff694af6a2adad3783983d
[1] - Why are they in system if it is copied to the vendor?
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: If130c5ac9f7de819abb0f6d3f7317d09bf7a50ab
[1] - Now we have Pixel 6 here, which doesn't use any Qualcommon,
so let's move it to the appropriate place.
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: I6027e8a0664a60de6b5d32e7cf98b8843088cf32
This was working fine for us because of the way we inherit
QCOM common, but was not working for other ROMs
that inherit it from device.mk.
Change-Id: If7e640bde5fd7e6c72c55d17470168aba3cb6a9e
* We need the board platform for various makefiles we include
and for kernel version guards, just require it outright in
top level.
Change-Id: I1100b2c731e4d5cc8f522641b6ea60e83ec29908
* Add in a script of our own to set product ID since
QCOM's default is SOC based, e.g. KONA-MTP _SN:XXXXXXXX.
Change-Id: Ieede136b5dd8903dcfe2f41f59d5278df7b02ee6
* Only pick up product makefile if it exists, some
vendorless devices may be opting into all components.
* Move BoardConfigWlan flags here as CAF's tries to
include kernel modules that don't exist and this
is a better solution than touching all of their
BoardConfigs.
Change-Id: I16d49283f754e2c3dd1743ca85f3e625e8496e8f
* Only pick up product makefile if it exists, some
vendorless devices may be opting into all components.
Change-Id: I3b564a20637c8a1ca4b4e54d829201d0d51f2561
* This includes the basic system flags and properties which
should be common across all SoCs that support QSSI.
* We have to disable AHAL_EXT because it depends on
proprietary headers. AHAL may be something we should
reverse. On a side note, we can probably move the AHAL
blobs from AV to audio HAL at some point.
Change-Id: Icac2b2ce985272c7d281cfffa130f76de5adf614
* WFD is dependent on these to work.
* Add comment to Makefile to clarify which
SoCs use wfd (845 and up) and which use
legacy (835 and older)
Change-Id: I072c88a23bd57e7d5312fc6a7fda11ec8e0d3634
- There is no point in adding platform-specific config here
cuz BoardConfig is read only after pa_device.mk device.mk so
at this point TARGET_BOARD_PLATFORM is null
Change-Id: Ife96c4c95bb764d08d1c3d0fed1cf2921a58390b
- To use this, set TARGET_COMMON_QTI_COMPONENTS := <components>.
e.g. TARGET_COMMON_QTI_COMPONENTS := av bt perf
- Configurations go inside qti-components/<component>/qti-<component>.mk
- Blob list go in qti-components/<component>/proprietary-files.txt
Change-Id: I9868b02da59c69326f3587cf338187753955c1db