refine product / board definition

This commit is contained in:
Ziyang Zhou
2021-09-24 00:15:41 +08:00
parent 88fdca1bc5
commit dc4d4c03a6
5 changed files with 42 additions and 8 deletions

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
$(call inherit-product-if-exists, product.mk)
AUDIOSERVER_MULTILIB := first
# ?
@@ -91,6 +89,7 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gpu_config.sh:$(TARGET_COPY_OUT_VENDOR)/bin/gpu_config.sh \
# Extend heap size we use for dalvik/art runtime
$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk)
$(call inherit-product, $(LOCAL_PATH)/phone-xhdpi-6144-dalvik-heap.mk)
$(call inherit-product-if-exists, product.mk)