vendor: media: Add prebuilt_hidl_interfaces for dist builds
Change-Id: I2f904f3e98af96e77c57963c85a41334dbcda840
This commit is contained in:
parent
327de13160
commit
aca789be51
|
@ -0,0 +1,9 @@
|
|||
soong_namespace {
|
||||
}
|
||||
|
||||
prebuilt_hidl_interfaces {
|
||||
name: "hidl_qconfig_interface",
|
||||
interfaces: [
|
||||
"vendor.qti.hardware.qconfig@1.0::IQConfig",
|
||||
],
|
||||
}
|
|
@ -12,6 +12,9 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
device/qcom/common/vendor/media
|
||||
|
||||
TARGET_MEDIA_COMPONENT_VARIANT := media
|
||||
|
||||
# Inherit configuration from the HAL.
|
||||
|
|
Loading…
Reference in New Issue