Snap for 11806096 from 2dd9ebfb37
to 24Q3-release
Change-Id: I686891c9a8b21c4b33b0bf98b206f79db356f29a
This commit is contained in:
commit
4bfc0f6e02
6 changed files with 29 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
|
||||
$(call inherit-product, device/google/gs101/aosp_common.mk)
|
||||
$(call inherit-product, device/google/raviole/device-raven.mk)
|
||||
$(call inherit-product, device/google/raviole/raven_generic.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_raven
|
||||
PRODUCT_NAME_FOR_ATTESTATION := raven
|
||||
|
|
|
@ -23,3 +23,6 @@ PRODUCT_DEVICE := slider
|
|||
PRODUCT_MODEL := Factory build on Slider
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_MANUFACTURER := Google
|
||||
|
||||
# preloaded_nanoapps.json
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_contexthub/devices/factory
|
||||
|
|
|
@ -29,3 +29,5 @@ PRODUCT_MANUFACTURER := Google
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
|
||||
|
||||
# preloaded_nanoapps.json
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_contexthub/devices/factory
|
||||
|
|
17
raven_generic.mk
Normal file
17
raven_generic.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Copyright 2024 The Android Open-Source Project
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
||||
$(call inherit-product, device/google/raviole/device-raven.mk)
|
|
@ -15,3 +15,6 @@
|
|||
#
|
||||
|
||||
$(call inherit-product, device/google/raviole/device-slider.mk)
|
||||
|
||||
# preloaded_nanoapps.json
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_contexthub/devices/slider
|
||||
|
|
|
@ -15,3 +15,6 @@
|
|||
#
|
||||
|
||||
$(call inherit-product, device/google/raviole/device-whitefin.mk)
|
||||
|
||||
# preloaded_nanoapps.json
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_contexthub/devices/slider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue