Giter VIP home page Giter VIP logo

android_platform_samsung_a03s's Introduction

How to build Module for Platform

  • It is only for modules are needed to using Android build system.
  • Please check its own install information under its folder for other module.

[Step to build]

  1. Get android open source. : version info - Android 13.0 ( Download site : http://source.android.com )

  2. Copy module that you want to build - to original android open source If same module exist in android open source, you should replace it. (no overwrite)

It is possible to build all modules at once.

  1. You should add module name to 'PRODUCT_PACKAGES' in 'build/make/target/product/base_system.mk' as following case. case 1) libexifa : should add 'libexifa.camera.samsung' to PRODUCT_PACKAGES case 2) libjpega : should add 'libjpega.camera.samsung' to PRODUCT_PACKAGES case 3) keyutils : should add 'libknox_keyutils' to PRODUCT_PACKAGES

ex.) [build/make/target/product/base_system.mk] - add all module name for case 1 ~ 3 at once

libexifa

PRODUCT_PACKAGES +=
libexifa.camera.samsung

libjpega

PRODUCT_PACKAGES +=
libjpega.camera.samsung

KeyUtils

PRODUCT_PACKAGES +=
libknox_keyutils

  1. excute build command ./build_64bit.sh

  2. Note : To download the source code of S/W listed below, please visit http://opensource.samsung.com and find "Mobile -> Mobile Application" menu, and then, you will be able to download what you want. You might save time in finding the right one by making use of the search keyword below.

    • VoiceNote_5.0.apk : "Voice Recorder"
    • SamsungMessages.apk : "Messaging"
    • SamsungCalendar.apk : "SamsungCalendar"
    • HybridRadio.apk : "FMRadio"
    • Fmm.apk : "FMM"
    • Notes40_Removable.apk : "Samsung Notes"
    • SBrowser.apk : "SBrowser"

android_platform_samsung_a03s's People

Contributors

hiratazx avatar

Stargazers

Kala avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.