Loading target/product/sdk_phone_arm64.mk +4 −0 Original line number Diff line number Diff line Loading @@ -63,5 +63,9 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_arm64 PRODUCT_DEVICE := emulator_arm64 PRODUCT_MODEL := Android SDK built for arm64 # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true target/product/sdk_phone_armv7.mk +4 −0 Original line number Diff line number Diff line Loading @@ -63,3 +63,7 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_armv7 PRODUCT_DEVICE := emulator_arm PRODUCT_MODEL := Android SDK built for arm # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true target/product/sdk_phone_x86.mk +4 −0 Original line number Diff line number Diff line Loading @@ -58,3 +58,7 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_x86 PRODUCT_DEVICE := emulator_x86 PRODUCT_MODEL := Android SDK built for x86 # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true target/product/sdk_phone_x86_64.mk +4 −0 Original line number Diff line number Diff line Loading @@ -59,3 +59,7 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_x86_64 PRODUCT_DEVICE := emulator_x86_64 PRODUCT_MODEL := Android SDK built for x86_64 # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true Loading
target/product/sdk_phone_arm64.mk +4 −0 Original line number Diff line number Diff line Loading @@ -63,5 +63,9 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_arm64 PRODUCT_DEVICE := emulator_arm64 PRODUCT_MODEL := Android SDK built for arm64 # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
target/product/sdk_phone_armv7.mk +4 −0 Original line number Diff line number Diff line Loading @@ -63,3 +63,7 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_armv7 PRODUCT_DEVICE := emulator_arm PRODUCT_MODEL := Android SDK built for arm # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
target/product/sdk_phone_x86.mk +4 −0 Original line number Diff line number Diff line Loading @@ -58,3 +58,7 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_x86 PRODUCT_DEVICE := emulator_x86 PRODUCT_MODEL := Android SDK built for x86 # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
target/product/sdk_phone_x86_64.mk +4 −0 Original line number Diff line number Diff line Loading @@ -59,3 +59,7 @@ PRODUCT_BRAND := Android PRODUCT_NAME := sdk_phone_x86_64 PRODUCT_DEVICE := emulator_x86_64 PRODUCT_MODEL := Android SDK built for x86_64 # Disable <uses-library> checks for SDK product. It lacks some libraries (e.g. # RadioConfigLib), which makes it impossible to translate their module names to # library name, so the check fails. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true