uwb: move calibrations to device specific folder
The UWB calibration files were previously copied from the Qorvo area. They are now copied from the device specific folder. Bug: 307692986 Change-Id: I18e38abb7ee6e1e44f967f755b22bd3db50720e6 Signed-off-by: Hasan Awais <hasanawais@google.com>
This commit is contained in:
parent
7261a09a29
commit
287b73f251
12 changed files with 571 additions and 147 deletions
|
@ -13,9 +13,13 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_UWB_CAL_DIR=device/google/comet/uwb
|
||||
PRODUCT_PACKAGES += \
|
||||
configuration.conf \
|
||||
calibration.conf \
|
||||
calibration-default.conf \
|
||||
calibration-CE.conf \
|
||||
calibration-FCC.conf \
|
||||
calibration-JP.conf \
|
||||
calibration-TW.conf \
|
||||
calibration-RESTRICTED.conf
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration.conf \
|
||||
$(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration-unknown.conf \
|
||||
$(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration-default.conf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue