summaryrefslogtreecommitdiff
path: root/products/treble_atv_common_64.mk
diff options
context:
space:
mode:
authorWally Yau <wyau@google.com>2018-02-15 22:28:43 +0000
committerWally Yau <wyau@google.com>2018-02-15 22:29:59 +0000
commit128885111564beb989759ed2ce47a40e191ccc12 (patch)
tree55b1d3c2515e4ee3b80e8d9938a4a843848233fc /products/treble_atv_common_64.mk
parentf9879fbff3200918277b9795820ce77bd7b6fc12 (diff)
downloadatv-128885111564beb989759ed2ce47a40e191ccc12.tar.gz
Revert "Generic System Image for Android TV"
This reverts commit f9879fbff3200918277b9795820ce77bd7b6fc12. Reason for revert: build_test (linux) build 4607115 in git_master is broken. Change-Id: I8249d188cc3e3c464c34f9b3a0d878c763d1fa5a
Diffstat (limited to 'products/treble_atv_common_64.mk')
-rw-r--r--products/treble_atv_common_64.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/products/treble_atv_common_64.mk b/products/treble_atv_common_64.mk
deleted file mode 100644
index 43ebc0b..0000000
--- a/products/treble_atv_common_64.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Copyright (C) 2018 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.
-#
-
-# PRODUCT_PROPERTY_OVERRIDES cannot be used here because sysprops will be at
-# /vendor/[build|default].prop when build split is on. In order to have sysprops
-# on the generic system image, place them in build/make/target/board/
-# treble_system.prop.
-
-include device/google/atv/products/treble_atv_common.mk
-
-# For now this will allow 64-bit apps, but still compile all apps with JNI
-# for 32-bit only.
-
-# Copy different zygote settings for vendor.img to select by setting property
-# ro.zygote=zygote64_32 or ro.zygote=zygote32_64:
-# 1. 64-bit primary, 32-bit secondary OR
-# 2. 32-bit primary, 64-bit secondary
-# 3. 64-bit only is currently forbidden (b/64280459#comment6)
-PRODUCT_COPY_FILES += \
- system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc \
- system/core/rootdir/init.zygote32_64.rc:root/init.zygote32_64.rc