Home | History | Annotate | Download | only in product
      1 #
      2 # Copyright 2016 The Android Open-Source Project
      3 #
      4 # Licensed under the Apache License, Version 2.0 (the "License");
      5 # you may not use this file except in compliance with the License.
      6 # You may obtain a copy of the License at
      7 #
      8 #      http://www.apache.org/licenses/LICENSE-2.0
      9 #
     10 # Unless required by applicable law or agreed to in writing, software
     11 # distributed under the License is distributed on an "AS IS" BASIS,
     12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13 # See the License for the specific language governing permissions and
     14 # limitations under the License.
     15 #
     16 
     17 
     18 # aosp_x86 with arm libraries needed by binary translation.
     19 
     20 include $(SRC_TARGET_DIR)/product/full_x86.mk
     21 
     22 # arm libraries. This is the list of shared libraries included in the NDK.
     23 # Their dependency libraries will be automatically pulled in.
     24 PRODUCT_PACKAGES += \
     25   libandroid_arm \
     26   libaaudio_arm \
     27   libc_arm \
     28   libdl_arm \
     29   libEGL_arm \
     30   libGLESv1_CM_arm \
     31   libGLESv2_arm \
     32   libGLESv3_arm \
     33   libjnigraphics_arm \
     34   liblog_arm \
     35   libm_arm \
     36   libmediandk_arm \
     37   libOpenMAXAL_arm \
     38   libstdc++_arm \
     39   libOpenSLES_arm \
     40   libz_arm \
     41 
     42 PRODUCT_NAME := aosp_x86_arm
     43 PRODUCT_DEVICE := generic_x86_arm
     44