diff options
author | keunyoung <keunyoung@google.com> | 2013-06-26 09:58:01 -0700 |
---|---|---|
committer | keunyoung <keunyoung@google.com> | 2013-06-26 09:58:01 -0700 |
commit | cba3ddadffd8f92b453b74ea1f2886df3be35314 (patch) | |
tree | 0a535a5d01d065db9ac0215ea1acb399ddd66e1d | |
parent | 764fe788f7e9cefdd3be6ea29847f19a4f818f94 (diff) | |
download | android_device_generic_mips-cba3ddadffd8f92b453b74ea1f2886df3be35314.tar.gz android_device_generic_mips-cba3ddadffd8f92b453b74ea1f2886df3be35314.tar.bz2 android_device_generic_mips-cba3ddadffd8f92b453b74ea1f2886df3be35314.zip |
use mini_common.mk as common baseline for mini
Change-Id: I3b9fd641534716b7de0294c147c2a94aaa4e2f54
-rw-r--r-- | mini_mips.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mini_mips.mk b/mini_mips.mk index 6583ff9..3013a4e 100644 --- a/mini_mips.mk +++ b/mini_mips.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_mips PRODUCT_DEVICE := mips |