2d42461400
So that we don't need to specify it in individual mainline modules products, which becomes more important after the internal ones only inherit from the common aosp product as opposed to the arch-specific ones. Bug: 249685973 Test: Diff'd the soong.variables files for the module_* products and saw no differences (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:211c5c2810e50a1c5d3bca2f1f7942b624fe3abe) Merged-In: If1733eb193cd3748fb3562d09bfd41651e2480f9 Change-Id: If1733eb193cd3748fb3562d09bfd41651e2480f9
20 lines
730 B
Makefile
20 lines
730 B
Makefile
#
|
|
# Copyright (C) 2021 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, $(SRC_TARGET_DIR)/product/module_common.mk)
|
|
|
|
PRODUCT_NAME := module_arm
|
|
PRODUCT_DEVICE := module_arm
|