mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 15:51:28 +00:00
add aosp_walleye_test product
aosp_walleye_test product will select test key signed FWs when building vendor image Bug: 62378733 Change-Id: I1220d17d4914df5950dc3d2589db211b2310576f Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
@@ -17,3 +17,4 @@
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/aosp_muskie.mk \
|
||||
$(LOCAL_DIR)/aosp_walleye.mk \
|
||||
$(LOCAL_DIR)/aosp_walleye_test.mk \
|
||||
|
||||
19
aosp_walleye_test.mk
Normal file
19
aosp_walleye_test.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Copyright 2017 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/muskie/aosp_walleye.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_walleye_test
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright 2015 The Android Open Source Project
|
||||
# Copyright 2017 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.
|
||||
@@ -16,3 +16,4 @@
|
||||
|
||||
add_lunch_combo aosp_muskie-userdebug
|
||||
add_lunch_combo aosp_walleye-userdebug
|
||||
add_lunch_combo aosp_walleye_test-userdebug
|
||||
|
||||
Reference in New Issue
Block a user