From 8933282b14fbbd2f43ff2187174fcdd22bea0ee8 Mon Sep 17 00:00:00 2001 From: keunyoung Date: Wed, 26 Jun 2013 09:58:40 -0700 Subject: use mini_common.mk as common baseline for mini Change-Id: I2fad48a1616892e2791cea1264ec4e94e66aa264 --- mini_x86.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_x86.mk b/mini_x86.mk index 9c12ace..830840d 100644 --- a/mini_x86.mk +++ b/mini_x86.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -$(call inherit-product, build/target/product/mini.mk) +$(call inherit-product, device/generic/armv7-a-neon/mini_common.mk) PRODUCT_NAME := mini_x86 PRODUCT_DEVICE := x86 -- cgit v1.2.3