동적 파티션은 Android의 사용자 공간 파티션 시스템입니다. 이
파티션 시스템을 사용하면 OTA(over-the-air) 업데이트가 진행되는 동안
파티션을 생성하고 크기를 변경하고 삭제할 수 있습니다. 동적 파티션 덕분에 이제 공급업체는
더 이상 system
, vendor
, product
와 같은 파티션의 개별 크기에 대해
걱정할 필요가 없습니다.
대신 기기에서 super
파티션을 할당하며, 파티션 내에서
하위 파티션의 크기를 동적으로 변경할 수 있습니다. 개별 파티션 이미지는
더 이상 향후 OTA를 위한 빙 공간을 남겨둘 필요가 없습니다. 대신
super
의 나머지 여유 공간을 모든 동적 파티션에
사용할 수 있습니다.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-12-02 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]