Non-module targets.
Bug: 151177513 Bug: 213388645 Bug: 210912771 Test: m droid dist reportmissinglicenses Change-Id: I229f692e11eec9fa5a9beffd9d6ba811c378e82e
This commit is contained in:
parent
1d9d14d79a
commit
fac5b05a41
2 changed files with 16 additions and 0 deletions
|
@ -16,11 +16,19 @@
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
$(call declare-license-metadata,$(LOCAL_PATH)/vendor.img,legacy_proprietary,proprietary,$(LOCAL_PATH)/../LICENSE,"Vendor Image",vendor)
|
||||||
|
|
||||||
ifneq ($(filter oriole,$(TARGET_DEVICE)),)
|
ifneq ($(filter oriole,$(TARGET_DEVICE)),)
|
||||||
$(call add-radio-file,bootloader.img)
|
$(call add-radio-file,bootloader.img)
|
||||||
|
$(call declare-license-metadata,$(LOCAL_PATH)/bootloader.img,legacy_proprietary,proprietary,$(LOCAL_PATH)/../LICENSE,"Vendor Bootloader Image",vendor)
|
||||||
$(call add-radio-file,radio.img)
|
$(call add-radio-file,radio.img)
|
||||||
|
$(call declare-license-metadata,$(LOCAL_PATH)/radio.img,legacy_proprietary,proprietary,$(LOCAL_PATH)/../LICENSE,"Vendor Radio Image",vendor)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(eval $(call declare-copy-files-license-metadata,vendor/google_devices/oriole,:samsung,legacy_proprietary,proprietary,vendor/google_devices/oriole/LICENSE,))
|
||||||
|
$(eval $(call declare-copy-files-license-metadata,vendor/google_devices/oriole,.jar,legacy_proprietary,proprietary,vendor/google_devices/oriole/LICENSE,))
|
||||||
|
$(eval $(call declare-copy-files-license-metadata,vendor/google_devices/oriole,.xml,legacy_proprietary,proprietary,vendor/google_devices/oriole/LICENSE,))
|
||||||
|
|
||||||
ifneq ($(filter oriole,$(TARGET_DEVICE)),)
|
ifneq ($(filter oriole,$(TARGET_DEVICE)),)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
||||||
|
|
|
@ -16,11 +16,19 @@
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
$(call declare-license-metadata,$(LOCAL_PATH)/vendor.img,legacy_proprietary,proprietary,$(LOCAL_PATH)/../LICENSE,"Vendor Image",vendor)
|
||||||
|
|
||||||
ifneq ($(filter raven,$(TARGET_DEVICE)),)
|
ifneq ($(filter raven,$(TARGET_DEVICE)),)
|
||||||
$(call add-radio-file,bootloader.img)
|
$(call add-radio-file,bootloader.img)
|
||||||
|
$(call declare-license-metadata,$(LOCAL_PATH)/bootloader.img,legacy_proprietary,proprietary,$(LOCAL_PATH)/../LICENSE,"Vendor Bootloader Image",vendor)
|
||||||
$(call add-radio-file,radio.img)
|
$(call add-radio-file,radio.img)
|
||||||
|
$(call declare-license-metadata,$(LOCAL_PATH)/radio.img,legacy_proprietary,proprietary,$(LOCAL_PATH)/../LICENSE,"Vendor Radio Image",vendor)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(eval $(call declare-copy-files-license-metadata,vendor/google_devices/raven,:samsung,legacy_proprietary,proprietary,vendor/google_devices/raven/LICENSE,))
|
||||||
|
$(eval $(call declare-copy-files-license-metadata,vendor/google_devices/raven,.jar,legacy_proprietary,proprietary,vendor/google_devices/raven/LICENSE,))
|
||||||
|
$(eval $(call declare-copy-files-license-metadata,vendor/google_devices/raven,.xml,legacy_proprietary,proprietary,vendor/google_devices/raven/LICENSE,))
|
||||||
|
|
||||||
ifneq ($(filter raven,$(TARGET_DEVICE)),)
|
ifneq ($(filter raven,$(TARGET_DEVICE)),)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue