They are moved from: - device/generic/car/Android.mk - device/generic/trusty/Android.mk - device/generic/uml/Android.mk - device/google_car/common/Android.mk - device/google/atv/Android.mk With this CL the Android.mk files can be deleted. Bug: 309884347 Test: CIs Change-Id: I8c27c1add6c27eb8d651779f39bb4d951acaf613
52 lines
2.3 KiB
Makefile
52 lines
2.3 KiB
Makefile
# Copyright (C) 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.
|
|
|
|
# Declare license metadata for non-module files released with products.
|
|
|
|
# Moved here from device/generic/car/Android.mk
|
|
$(eval $(call declare-1p-copy-files,device/generic/car,))
|
|
|
|
# Moved here from device/generic/trusty/Android.mk
|
|
$(eval $(call declare-1p-copy-files,device/generic/trusty,))
|
|
|
|
# Moved here from device/generic/uml/Android.mk
|
|
$(eval $(call declare-1p-copy-files,device/generic/uml,))
|
|
|
|
# Moved here from device/google_car/common/Android.mk
|
|
$(eval $(call declare-1p-copy-files,device/google_car/common,))
|
|
|
|
# Moved here from device/google/atv/Android.mk
|
|
$(eval $(call declare-1p-copy-files,device/google/atv,atv-component-overrides.xml))
|
|
$(eval $(call declare-1p-copy-files,device/google/atv,tv_core_hardware.xml))
|
|
|
|
# Moved here from device/sample/Android.mk
|
|
$(eval $(call declare-1p-copy-files,device/sample,))
|
|
|
|
# Moved here from frameworks/av/media/Android.mk
|
|
$(eval $(call declare-1p-copy-files,frameworks/av/media/libeffects,audio_effects.conf))
|
|
$(eval $(call declare-1p-copy-files,frameworks/av/media/libeffects,audio_effects.xml))
|
|
$(eval $(call declare-1p-copy-files,frameworks/av/media/libstagefright,))
|
|
|
|
# Moved here from frameworks/av/services/Android.mk
|
|
$(eval $(call declare-1p-copy-files,frameworks/av/services/audiopolicy,))
|
|
|
|
# Moved here from frameworks/base/Android.mk
|
|
$(eval $(call declare-1p-copy-files,frameworks/base,.ogg))
|
|
$(eval $(call declare-1p-copy-files,frameworks/base,.kl))
|
|
$(eval $(call declare-1p-copy-files,frameworks/base,.kcm))
|
|
$(eval $(call declare-1p-copy-files,frameworks/base,.idc))
|
|
$(eval $(call declare-1p-copy-files,frameworks/base,dirty-image-objects))
|
|
$(eval $(call declare-1p-copy-files,frameworks/base/config,))
|
|
$(eval $(call declare-1p-copy-files,frameworks/native/data,))
|