Skip to content
Snippets Groups Projects
Commit 02fc2789 authored by Mohan Cm's avatar Mohan Cm
Browse files

add product common Configurations

parent d8b12b89
Branches
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ LOCAL_PATH := device/lenovo/A7010a48
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Product common configurations
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.secure=0 \
ro.adb.secure=0
......
......@@ -13,9 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from A7010 device
$(call inherit-product, device/lenovo/A7010a48/device_A7010a48.mk)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment