summaryrefslogtreecommitdiff
path: root/car_x86_64.mk
diff options
context:
space:
mode:
authorJulius D'souza <jdsouza@google.com>2019-11-22 13:18:44 -0800
committerJulius D'souza <jdsouza@google.com>2019-12-12 18:45:18 -0800
commitcf4d0e15b1d8f17ab034604f3427fa226240aafe (patch)
treeb208cbadd9e0fc3f8d31a16023b210ce1f82054c /car_x86_64.mk
parentef3aa970c0687c34bd88a0ec130baccd6f5ca4fe (diff)
downloadcar-cf4d0e15b1d8f17ab034604f3427fa226240aafe.tar.gz
Add PRODUCT_PACKAGE_OVERLAYS for emulator targets.
Add overlay configs specifically for Android Auto emulator targets. Default emulator configs are set as follows: * def_device_provisioned = true * def_user_setup_complete = true These are set at the PRODUCT_PACKAGE_OVERLAYS level in makefiles given Auto's inheritance structure for overlay definitions. Bug: 130190211 Test: car_x86_64 and aosp_car_x86_64 targets take new configs Change-Id: I66b7d59f5cdb04b5e4e47510ebef079e35353867 Signed-off-by: Julius D'souza <jdsouza@google.com>
Diffstat (limited to 'car_x86_64.mk')
-rw-r--r--car_x86_64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/car_x86_64.mk b/car_x86_64.mk
index c5712e4..2ced855 100644
--- a/car_x86_64.mk
+++ b/car_x86_64.mk
@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+PRODUCT_PACKAGE_OVERLAYS := device/generic/car/common/overlay
+
$(call inherit-product, device/generic/car/common/car.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86_64.mk)