Modify files
This commit is contained in:
11
Android.bp
11
Android.bp
@@ -1,8 +1,9 @@
|
||||
java_library {
|
||||
name: "framework-oxmc",
|
||||
name: "pawlet-device",
|
||||
srcs: ["core/java/**/*.java"],
|
||||
libs: ["framework"],
|
||||
sdk_version: "system_current",
|
||||
installable: false,
|
||||
visibility: ["//frameworks/base/..."],
|
||||
libs: ["core-libart"],
|
||||
sdk_version: "current",
|
||||
installable: true,
|
||||
product_specific: true,
|
||||
visibility: ["//packages/apps/..."],
|
||||
}
|
@@ -1,6 +1,6 @@
|
||||
# OxmcEnvironment Framework API
|
||||
|
||||
This repository contains the PawletOS framework API under `android.os.oxmc`.
|
||||
This repository contains the PawletOS framework API under `pawletos.oxmc`.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -9,4 +9,4 @@ This repository contains the PawletOS framework API under `android.os.oxmc`.
|
||||
- Access to branding, codename, welcome message
|
||||
- Designed for apps and system code to import via:
|
||||
```java
|
||||
import android.os.oxmc.OxmcEnvironment;
|
||||
import pawlet.oxmc.OxmcEnvironment;
|
@@ -1,4 +1,4 @@
|
||||
package android.os.oxmc;
|
||||
package pawletos.device;
|
||||
|
||||
import android.content.Context;
|
||||
import android.os.Build;
|
Reference in New Issue
Block a user