From c34748cf2c4f58a2f1966caa30d944cd9ad849f8 Mon Sep 17 00:00:00 2001 From: yawanng Date: Sat, 8 May 2021 03:53:04 +0000 Subject: [PATCH] Fix the path of boot image profile and preloaded classes for frameworks. They should locate under "boot" instead of "build/boot" Bug: 186455808 Test: m Change-Id: Ibde3edcb17135aec35aa7956d233768818d14178 --- {build/boot => boot}/boot-image-profile.txt | 0 {build/boot => boot}/preloaded-classes | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {build/boot => boot}/boot-image-profile.txt (100%) rename {build/boot => boot}/preloaded-classes (100%) diff --git a/build/boot/boot-image-profile.txt b/boot/boot-image-profile.txt similarity index 100% rename from build/boot/boot-image-profile.txt rename to boot/boot-image-profile.txt diff --git a/build/boot/preloaded-classes b/boot/preloaded-classes similarity index 100% rename from build/boot/preloaded-classes rename to boot/preloaded-classes