[Tutorial] Wie erstellt man ein ROM aus den Sourcen (AOSP, CM, AOKP, AOSPA usw...)

  • 197 Antworten
  • Letztes Antwortdatum
Code:
mratix [ ~/android/system ]$ breakfast d802
including vendor/cm/vendorsetup.sh
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/arm-linux-androideabi-gcc: Keine Berechtigung
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/arm-linux-androideabi-gcc: Keine Berechtigung
/bin/bash: build/core/find-jdk-tools-jar.sh: Keine Berechtigung
bash: build/tools/roomservice.py: Keine Berechtigung

** Don't have a product spec for: 'cm_d802'
** Do you have the right repo manifest?
:) und da wären wir wieder am Anfang des Telefonates :)
[doublepost=1448766800,1448765947][/doublepost]
xz1c schrieb:
EDIT:Dann hau dich erstma hin und lass die birne rebooten ;)
Bin auch schon voller verzweiflung nächte nicht vom pc weg gekommen, dann eingepennt und nach dem aufwachen wie ein blitzschlag eine idee ;)

EDIT#2: Was für einen rechner nutzt du eigentlich?
VM im windows oder direkt ein linux derivat 32 oder 64 bit? falls du es schon erwähnt hast, sorry dafür aber das ist i wie so ziemlich das einzige wasdu nicht "nochmal" geprüft hast oder irre ich?
Wenn ich Sorgen hab, kann ich nicht schlafen :) und im Moment hab ich große :)
Ne, bei mir gibt's kein Windows, seit gut 5 Jahren M$ aus der Steckdöse verbannt. Hier ist alles Linux. Und bereue es nicht, höchstens dass ich nicht 10 Jahre früher angefangen habe.

Bin auf einer großen Dual-Xeon-Maschine. VT-x, KVM, encryption, LVM2, nfs, tralalla. Die x32-libs hab ich drinnen (wenn du das meinst).
Obwohl, stimmt, die hab ich nicht geprüft.

Edit: Bereite gerade das Notebook vor, hat ne kleine schnelle SSD drinnen. Hast du vielleicht den repo init im Kopf (um von einer lokalen Quelle ein neues zu erstellen)? Ich glaube nicht dass ein einfaches rüberkopieren von einem non-mirror gesund wäre.
 
Zuletzt bearbeitet:
naja dürfte ja nicht viel anders sein oder, nur das stadt der adress-internet-seite eben der lokale pfad angegeben wird!?
und als remote sowass wie
<remote name="local_source" fetch="file:///home/(username)/android/projects/" />
aber is mehr geraten als gewusst :D

EDIT: aber ich kopiere nebenbei bemerkt fast immer nur hin und her ganz im windows style, und wenn ich fertig bin geh ich in den zu verwendenden bzw bearbeiteten ordner
klimper
"git init" ein und denn
git add .
git commit -a und dann gibts (meist) auch keine zickereien

Code (Text):
mratix [ ~/android/system ]$ breakfast d802
including vendor/cm/vendorsetup.sh
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/arm-linux-androideabi-gcc: Keine Berechtigung
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/arm-linux-androideabi-gcc: Keine Berechtigung
/bin/bash: build/core/find-jdk-tools-jar.sh: Keine Berechtigung
bash: build/tools/roomservice.py: Keine Berechtigung

** Don't have a product spec for: 'cm_d802'
** Do you have the right repo manifest?
i wie scheint mir fast du hast beim erstellen der ganzen ordner nen berechtigungs fehler rein gehauen oder so!?
andernfalls ist die zeilen
bin/bash: build/core/find-jdk-tools-jar.sh: Keine Berechtigung
bash: build/tools/roomservice.py: Keine Berechtigung
oft ein hinweiis auf fehlende dateien also überprüf am besten mal "build/coe/find-jdk-tools-jar.sh" <= jdk INSTALLIERT? und ich hab die sdk build tools usw auch in meiner .bashrc definiert
also soweit ich herausgefunden habe ist git/repo halt doof is nur n tool und kein mensch und erkennt wohl bei der ausgabe den unterschied zwischen "keine berechtigung" und "nicht vorhanden" nicht...

beliebt ist bei mir auch
$ ../../ make: keine regel vorhanden um ../name_vom_modul.prefix benötigt von .../out/product/usw/ zu erstellen..
ursachen waren entweder generell das die datei gefehlt hat, nicht include ist oder in anderer form zwar beim kompilieren gefunden aber nicht integriert werden kann

EDIT: ich habe gerade mal testweise meine "build/core/find-jdk-tools-jar.sh" auf nicht ausführbar gesetzt und anschließen nen build gestartet, und habe selbige error meldung bekommen wie du! belegt auf jeden fall meine theorie das repo/git einfach n bischen stupide sind was die konkrete fehler quelle betrifft

EDIT!! Ich denke ich habe den fehler!! :scared::scared:

Configuring USB Access
Under GNU/Linux systems (and specifically under Ubuntu systems), regular users can't directly access USB devices by default. The system needs to be configured to allow such access.

The recommended approach is to create a file at /etc/udev/rules.d/51-android.rules (as the root user).

To do this, run the following command to download the 51-android.rules file attached to this site, modify it to include your username, and place it in the correct location:

$ wget -S -O - http://source.android.com/source/51-android.rules | sed "s/<username>/$USER/" | sudo tee >/dev/null /etc/udev/rules.d/51-android.rules; sudo udevadm control --reload-rules
Those new rules take effect the next time a device is plugged in. It might therefore be necessary to unplug the device and plug it back into the computer.

This is known to work on both Ubuntu Hardy Heron (8.04.x LTS) and Lucid Lynx (10.04.x LTS). Other versions of Ubuntu or other variants of GNU/Linux might require different configurations.
hier entnommen Establishing a Build Environment | Android Open Source Project
DEN USB ZUGANG EINRICHTEN

Ich hatte ewig lange fastboot/adb probleme mit der exakt immer gleichen begründung: Keine Berechtigung. Na toll jetzt bin ich so gespannt darauf ob das die Probleme mit deinen scripten behebt (die wenn ich das richtig entnommen habe ja scheinbar nur dann auftreten wenn ein usb gerät einbezogen werden soll) das ich nicht schlafen kann..
Naja dann setz ich mich eben jetzt selber an mein project und warte gespannt :cool:
 
Zuletzt bearbeitet:
xz1c schrieb:
nicht viel anders sein oder, nur das stadt der adress-internet-seite eben der lokale pfad angegeben wird!?
Jain bzw. fast. Hier die repo bibel

Code:
#init aus lokalen quellen, vorhandenem workspace, mirror etc.
repo init --reference=/srv/filebase/system/os/android/sources/cm -u git://github.com/CyanogenMod/android.git -b cm-12.1
Ein undokumentiertes Feature, als Referenzquelle kommt ein lokaler Pfad, nfs, smb mount, Bluetooth, Infrared, WiFi-Kaffeemaschine oder was auch immer. Dies erspart ~35GB sourcen aus dem Internet zu laden.

und als remote sowass wie
<remote name="local_source" fetch="file:///home/(username)/android/projects/" />
ja in der manifest, nicht aber bei repo init

EDIT: aber ich kopiere nebenbei bemerkt fast immer nur hin und her ganz im windows style
Genau das hab ich mich nicht getraut. Hat mal ordentlich geknallt. und wenn schon einfaches kopieren, dann bitte mit rsync :)

und wenn ich fertig bin geh ich in den zu verwendenden bzw bearbeiteten ordner
klimper
"git init" ein und denn
git add .
git commit -a und dann gibts (meist) auch keine zickereien
Bist ja auch etwas weiter. Das Thema git project ist mir noch zu heiß, kommt später.

wie scheint mir fast du hast beim erstellen der ganzen ordner nen berechtigungs fehler rein gehauen oder so!?
tja, absichtlich sicherlich nicht. Einen Ordner als User erstellen, da kann man nichts falsch machen. Der Rest wird dann rekursiv vererbt.
Nur bei mir ist es eben nicht ein klassischer Ordner im Homedir. Ich hab jede Menge mounts, symlinks, bind- und nfs-shares. Das macht die Sache komplizierter. Aber beim nächstem Anlauf werde ich einen ganz einfachen Ordner im Homedir erstellen :) Versprochen.

bin/bash: build/core/find-jdk-tools-jar.sh: Keine Berechtigung
bash: build/tools/roomservice.py: Keine Berechtigung
oft ein hinweiis auf fehlende dateien also überprüf am besten mal "build/coe/find-jdk-tools-jar.sh"
alles da, vorhanden, ausführbar. Theoretisch.
Code:
mratix [ ~/android/system ]$ ls -la build/core/ | grep .sh
-rw-rw-r-- 1 mratix mratix  337 Nov 19 06:27 filter_symbols.sh
-rwxrwxr-x 1 mratix mratix  420 Nov 19 06:27 find-jdk-tools-jar.sh
-rw-rw-r-- 1 mratix mratix  1400 Nov 19 06:27 host_shared_library_internal.mk
-rw-rw-r-- 1 mratix mratix  1095 Nov 19 06:27 host_shared_library.mk
-rw-rw-r-- 1 mratix mratix  287 Nov 19 06:27 host_shared_test_lib.mk
-rwxrwxr-x 1 mratix mratix  675 Nov 19 06:27 process_wrapper_gdb.sh
-rwxrwxr-x 1 mratix mratix  535 Nov 19 06:27 process_wrapper.sh
-rw-rw-r-- 1 mratix mratix  2990 Nov 19 06:27 shared_library_internal.mk
-rw-rw-r-- 1 mratix mratix  1532 Nov 19 06:27 shared_library.mk
-rw-rw-r-- 1 mratix mratix  264 Nov 19 06:27 shared_test_lib.mk
mratix [ ~/android/system ]$ ls -la build/tools/ | grep .py
-rwxrwxr-x  1 mratix mratix  1909 Nov 19 06:27 check_radio_versions.py
-rwxrwxr-x  1 mratix mratix  2527 Nov 19 06:27 compare_fileslist.py
-rwxrwxr-x  1 mratix mratix  2924 Nov 19 06:27 diff_package_overlays.py
-rw-rw-r--  1 mratix mratix  4136 Nov 19 06:27 event_log_tags.py
-rwxrwxr-x  1 mratix mratix  1299 Nov 19 06:27 fileslist.py
-rwxrwxr-x  1 mratix mratix  1436 Nov 19 06:27 filter-product-graph.py
-rwxrwxr-x  1 mratix mratix  2741 Nov 19 06:27 findleaves.py
-rwxrwxr-x  1 mratix mratix  6550 Nov 19 06:27 generate-notice-files.py
-rwxrwxr-x  1 mratix mratix  320 Nov 19 06:27 getb64key.py
-rwxrwxr-x  1 mratix mratix  4962 Nov 19 06:27 java-event-log-tags.py
-rwxrwxr-x  1 mratix mratix  8261 Nov 19 06:27 java-layers.py
-rwxrwxr-x  1 mratix mratix  5456 Nov 19 06:27 merge-event-log-tags.py
-rwxrwxr-x  1 mratix mratix  3392 Nov 19 06:27 parsedeps.py
-rwxrwxr-x  1 mratix mratix  4935 Nov 19 06:27 post_process_props.py
-rwxrwxr-x  1 mratix mratix  4137 Nov 19 06:27 product_debug.py
-rwxrwxr-x  1 mratix mratix 16262 Nov 28 06:59 repopick.py
-rwxrwxr-x  1 mratix mratix 10070 Nov 19 06:27 roomservice.py
-rwxrwxr-x  1 mratix mratix 33885 Nov 19 06:27 warn.py

<= jdk INSTALLIERT? und ich hab die sdk build tools usw auch in meiner .bashrc definiert
also soweit ich herausgefunden habe ist git/repo halt doof is nur n tool und kein mensch und erkennt wohl bei der ausgabe den unterschied zwischen "keine berechtigung" und "nicht vorhanden" nicht...
Ja, openjdk ist drauf. Die sdk build tools (Android Studio) nicht. Die sind eher was für App-Entwickler. Oder?

testweise meine "build/core/find-jdk-tools-jar.sh" auf nicht ausführbar gesetzt und anschließen nen build gestartet, und habe selbige error meldung bekommen wie du! belegt auf jeden fall meine theorie das repo/git einfach n bischen stupide sind was die konkrete fehler quelle betrifft
Durchaus möglich dass Hintergrundoperationen es verursachen. Aber hier passen die Dateirechte (siehe oben) und auf git pushe ich nichts hoch. Auch wenn die Umgebung schon vorbereitet (signed key) ist. puuuh ein ätzender Punkt, diese Berechtigungen.

Ich hatte ewig lange fastboot/adb probleme mit der exakt immer gleichen begründung: Keine Berechtigung.
Tja, da muss ich dir wohl die (Vor)Freude nehmen.
Installlog Zeile 32-24 die udev-rules sind drinnen. adb, mtp, fastboot funktionieren. Da gibts
Code:
sudo apt-get install android-rules android-tools-[adb,fastboot,fsutil] mtp-tools mtpfs
statt dem 230MB großen Android Studio.

Na toll jetzt bin ich so gespannt darauf ob das die Probleme mit deinen scripten behebt (die wenn ich das richtig entnommen habe ja scheinbar nur dann auftreten wenn ein usb gerät einbezogen werden soll) das ich nicht schlafen kann..
Naja dann setz ich mich eben jetzt selber an mein project und warte gespannt :cool:
Noch nicht :) Werde es auf dem zweiten Rechner kreuztesten.

Hey, es mach irrsinnig Spaß das Thema durchzukauen. Schade das Andere nicht mitmachen oder sich beteiligen :(
 
Zuletzt bearbeitet:
Bearbeitet von: SunSide - Grund: Beitrag dupliziert um dann wie gewünscht zu separieren.
@all Habe hier ein paar selbstgeschriebene Skripte, die ich gerne zur Verfügung stellen möchte. Sie haben mir beim Download und Initialisierung der Sourcen geholfen und sind immer noch im Einsatz. Das Szenario ist: Verwendung eines lokalen Mirrors für die Entwicklungsumgebung (Workspaces).

Hinweis: Lasst euch nicht von den unterschiedlichen Pfaden in die Irre führen, habe permanente Änderungen gemacht und verlagert. Vor dem produktiven Einsatz unbedingt die entsprechenden Variablen (im Dateikopf) an euere Umgebung anpassen. Viel Spaß

Code:
#!/bin/bash
# create and init a lan-mirror for git sources android aosp, cm12, pa

MAOSP_PATH=/srv/filebase/system/os/android/aosp
MCM_PATH=/srv/filebase/system/os/android/cm
MPA_PATH=/srv/filebase/system/os/android/aospa
MAOKP_PATH=/srv/filebase/system/os/android/aokp
RAOSP_URL=https://android.googlesource.com/mirror/manifest
RCM_URL=git://github.com/CyanogenMod/android.git
RPA_URL=git://github.com/ParanoidAndroid/android.git
RAOKP_URL=git://github.com/AOKP/platform_manifest.git

# create aosp mirror
mkdir -p ${MAOSP_PATH}
cd ${MAOSP_PATH}
# repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.2_r1 # Build LRX22G
repo init -u ${RAOSP_URL} --mirror
repo sync
# 81.438 Objekte der Gesamtgröße 54,8 GB

# create cm12 mirror
mkdir -p ${MCM_PATH}
cd ${MCM_PATH}
repo init -u ${RCM_URL} -b cm-12.0 --mirror
repo sync
# 31.719 Objekte der Gesamtgröße 14,6 GB

# create pa/aospa mirror
mkdir -p ${MPA_PATH}
cd ${MPA_PATH}
# repo init -u git://github.com/ParanoidAndroid/android.git
repo init -u ${RPA_URL} --mirror
repo sync

# create aokp mirror
mkdir -p ${MAOKP_PATH}
cd ${MAOKP_PATH}
# repo init -u git://github.com/AOKP/platform_manifest.git
repo init -u ${RAOKP_URL} --mirror
repo sync

Code:
#!/bin/bash

LAOSP_PATH=/home/mratix/android/aosp-5.0.1
MAOSP_PATH=/media/filebase/_system/android/aosp
RAOSP_URL=https://android.googlesource.com/mirror/manifest

# Once the mirror is synced, new clients can be created from it. Note that it's important to specify an absolute path:

# create client workspace aosp
mkdir -p ${LAOSP_PATH}
cd ${LAOSP_PATH}

# repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.1_r1
## lokaler mirror von AOSP: repo init -u git://android.googlesource.com/platform/manifest.git
repo init -u ${MAOSP_PATH}/platform/manifest.git -b android-5.0.1_r1

#repo has been initialized in /home/mratix/android/aosp-5.0.1
#[...]

repo sync
#---

#The suggested cache size is 50-100GB. You will need to run the following command once you have downloaded the source code:

${LAOSP_PATH}/prebuilts/misc/linux-x86/ccache/ccache -M 50G

# Could not set cache size limit.
sudo chown -R mratix:mratix .ccache
# Set cache size limit to 50.0 Gbytes

Code:
#!/bin/bash

LCM_PATH=/home/mratix/android/cm
MCM_PATH=/srv/filebase/system/os/android/cm
RCM_URL=git://github.com/CyanogenMod/android.git

# Once the mirror is synced, new clients can be created from it. Note that it's important to specify an absolute path:

# create client workspace cm12
mkdir -p ${LCM_PATH}-12.0
cd ${LCM_PATH}-12.0

# repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0
repo init -u ${MCM_PATH}/CyanogenMod/android.git -b cm-12.0
repo sync

# create client workspace cm11
mkdir -p ${LCM_PATH}-11.0
cd ${LCM_PATH}-11.0

# repo init --reference=${LCM_PATH}-12.0 -u /srv/filebase/system/os/android/cm-12.0/CyanogenMod/android.git -b cm-11.0
# repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
repo init -u ${MCM_PATH}/CyanogenMod/android.git -b cm-11.0
repo sync

Code:
#!/bin/bash
# update git sources for android aosp

MAOSP_PATH=/srv/filebase/system/os/android/aosp
LAOSP_PATH=/home/mratix/android/aosp-5.0.1

# update mirror (lan with inet)
cd ${MAOSP_PATH}
repo sync

# update repo (local with mirror)
cd ${LAOSP_PATH}
repo sync
# set ccache
${LAOSP_PATH}/prebuilts/misc/linux-x86/ccache/ccache -M 50G

Code:
#!/bin/bash
# update git sources for cm12

MCM_PATH=/srv/filebase/system/os/android/cm
LCM_PATH=/home/mratix/android/cm-12.0

# update mirror (lan with inet)
cd ${MCM_PATH}
repo sync

# update repo (local with mirror)
cd ${LCM_PATH}
repo sync
 
Zuletzt bearbeitet von einem Moderator:
Bearbeitet von: SunSide - Grund: So, nun ists ein eigenständiger Post :)
  • Danke
Reaktionen: xz1c und Dirk64
tja da zeigt sich eben das du schon lange nur linux nutzt und mir bei dessen bedienung um einiges vorraus bist aber nun gut war ein versuch wert

Hey, es mach irrsinnig Spaß das Thema durchzukauen. Schade das Andere nicht mitmachen oder sich beteiligen :(

wohl war das sehe ich auch so, ich denke auch das es wesentlich effizienter wäre wenn mehr leute ihre meinung einbringen würden.einfach weil man sich ja oft mal in seinen eigenen Gedanken verrent.
Aber ich denke auch das die meisten Leute hier den ganzen "Quatsch" hier schon so oft beantwortet haben das irgendwann lästig wird :p
 
Ne, nicht lästig, es macht Hoffnung hier mit zu lesen. Und von Quatsch kann gar keine Rede sein. Ich freue mich richtig, dass es noch Leute hier gibt, die sich so rein knien. Das zeigt mir, wie faul ich geworden bin. Nächtelang sitzen...
 
  • Danke
Reaktionen: xz1c
naja solange zumindest andere schonmal mitlesen (und hoffentlich einschreiten wenn was falsches gesagt wird ;) ) ist das ja auch schonmal was :p
 
Ich befürchte aber das ich so tief wie mratix nicht in Linux stecke. Ist zwar ganz klar mein bevorzugtes System aber ich hab das letzte Jahr wegen Real Life fast nichts gemacht.
 
aber ich bin ein absoluter noob in sachen linux (als pc system) und beschäftige mich damit erst seit und wegen android :D
deswegen nutze ich bspw Ubuntu-Mate weil man doch viel mit grafischer nutzeroberfläche bearbeiten kann.

Aber mal was anderes, ich hatte vor einiger zeit schonmal in nem anderen Forum die Frage gestellt, aber bis auf eine ( unbrauchbare) antwort gab es dort leider nicht..

Ich habe noch ein Xperia P für das ich builden möchte, denn schon vorhandene Sourcen (nach) builden ist eine Sache, die inzwischen recht safe abläuft aber für besagtes Phone, existieren bisher nur CM sourcen für Jellybean und ICS.
Ich hatte gehofft wenn ich die Device-Trees einfach in meinen Cm 12.1 Source tree integriere macht er das "Upgrade" selbstständig aber wie so oft zeigt sich: Fehlanzeige. Schätze mal ich muss noch irgendein oder mehrere Scripte bearbeiten, aber welche und wo bzw wie?
Habt ihr schonmal vielleicht was ähnliches versucht oder evtl hat ja @mratix ne idee für mich bin für alles offen :rolleyes:
 
Hallo @Dirk64 Willkommen in der Runde,

ach wie süß, Danke euch beiden für die Blümchen. Wir sind hier alle Anfänger, und Mitglieder, und freiwillige AndroUser. Also keine falsche Scham. Lesen ist schon mal gut, schreiben noch besser. Niemand braucht sich verstecken oder zurückhalten, weil er (noch) nicht an einem gewissen Punkt oder Stufe angekommen ist. Wir gehen gemeinsam dort hin... "in die Tiefen der Matrix", also können wir auch gemeinsam "die Agenten von der Straße räumen" :)

Gut, ich kann bischen Linux, ihr könnt dafür was anderes, somit gleicht es sich aus. Mein Respekt an beide (und alle anderen die noch mitlesen), denn jeder Umstieg auf ein neues OS ist schwer, und ihr seit gerade dabei. Bleibt dabei, es lohnt sich!
So, und nun zurück zu Android bzw. den ganzen sourcen-krempel, dort sind wir alle Noobs :)

xz1c schrieb:
Xperia P für das ich builden möchte, denn schon vorhandene Sourcen (nach) builden ist eine Sache, die inzwischen recht safe abläuft aber für besagtes Phone, existieren bisher nur CM sourcen für Jellybean und ICS.
Ich hatte gehofft wenn ich die Device-Trees einfach in meinen Cm 12.1 Source tree integriere macht er das "Upgrade" selbstständig aber wie so oft zeigt sich: Fehlanzeige.
das kommt theoretisch hin. Egal ob AOSP oder CM, wenn der devicetree, vendor, kernel schon verfügbar ist, sollte das locker hinhauen. Den Unterschied machen, glaube ich, nur die branches/revisionen aus.

Die integrierten helper-scripte können einen devicetree nachbauen bzw. die vendor-blobs auslesen. An denen muss nichts geändert werden. Wenn die aber gar nicht verfügbar sind dann bleibt nur noch das Endstadium der großen Meister: das Device-Porting. Dazu hab ich auch schon zig Anleitungen gesehen. Aber es geht dabei ums Prinzip, das muss man zuerst verstehen, es sind keine Anleitungen zum abtippen.
Ich schau mal, ob ich dazu was auf CM/xda finde.
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: Dirk64
da habe ich auch schon nachgesehen (zumindest xda) bei den cmś im forum sehen ich auch nochmal nach.

Egal ob AOSP oder CM, wenn der devicetree und vendor schon verfügbar ist, sollte das hinhauen. Die integrierten helper-scripte können einen devicetree nachbauen bzw. die vendor-blobs auslesen.

würde bedeuten wenn ich den tree forke und dann einfach neuen branch erstelle den ich cm-12.1 nenne(sync usw vorrausgesetzt)
das ich den basteln kann und ne cm-12.1 rom erhalte, korrekt (rein theoretisch)
Aber die API sind ja unterschiedlich also die von meinen Packages/apps und die vom gerät ausgelesenen bzw vorhanden blobs oder!?
 
xz1c schrieb:
würde bedeuten wenn ich den tree forke und dann einfach neuen branch erstelle den ich cm-12.1 nenne(sync usw vorrausgesetzt)
das ich den basteln kann und ne cm-12.1 rom erhalte, korrekt (rein theoretisch)
Aber die API sind ja unterschiedlich also die von meinen Packages/apps und die vom gerät ausgelesenen bzw vorhanden blobs oder!?
puuh das sind Fragen :) Bist auch so ein experimentierfreudiger wie meine Wenigkeit?
Motto: Press' rein und schraub schnell den Deckel drauf :)

Ich glaube die Apps kommen damit klar, obwohl die (SystemApps) ja aktualisiert in den sourcen enthalten sind/wären. Vielmehr ist es die System-UI und die Framework, Die blobs sind, keine Ahnung, der Herstellereigene Schrott, den das Gerät braucht. So grundlegende firmware, gerätetreiber und libs, kamera, modem, usw. Manchmal auch modifizierte Apps. Halt mich aber bitte nicht an der Aussage fest. Ist alles unbekanntes Neuland.

Übrigens, hab neulich in den blobs, also unterhalb /vendor/manufacturer/model/common/... was von Modem/RIL gesehen. Nach denen hast du doch gefahndet? Oder war es vielleicht doch /device/manufacturer/model/common/..
 
Übrigens, hab neulich in den blobs, also unterhalb /vendor/manufacturer/model/common/... was von Modem/RIL gesehen. Nach denen hast du doch gefahndet? Oder war es vielleicht /device/manufacturer/model/common/..
ja hatte ich aber hat sich inzwischen erledigt
A: Bestand dieses Problem witziger Weise nur unter AOSP und MARSHMALLOW
und sind daher
B: nicht mehr so wichtig aber danke trotzdem für den hinweis

nun zum aktuellen geschehen:
ich habe vorher wie erwähnt einfach erstmal einen existenten tree (CM11 basis) als zip geladen
entpackt in ~/cm/device/sony/nypon
Code:
vorher $brunch nypon
wollte euch das lange brunch menü ersparen :D
Which would you like? [aosp_arm-eng] 85
build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/sony/nypon/cm.mk]]: "vendor/cm/config/gsm.mk" does not exist.  Schluss.
stimmt nicht denn wie oben erwähnt existiert der Ordner bzw die beiden.
Code:
Device nypon not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_sony_nypon
Default revision: cm-12.1
ergibt sich weil mein source tree die basis cm-12.1 hat?
Code:
Checking branch info
Default revision cm-12.1 not found in android_device_sony_nypon. Bailing.
Branches found:
ics
jellybean
[code]
Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.
bitte was soll ich machen? :confused2:
Code:
build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/sony/nypon/cm.mk]]: "vendor/cm/config/gsm.mk" does not exist.  Schluss.
** Don't have a product spec for: 'cm_nypon'
** Do you have the right repo manifest?
und das die vendor blobs und cm.mk nicht existieren ist immernoch gelogen
bzw korrigier mich wenn ich falsch liege (ich mag es lieber selbst drauf gekommen zu sein und es bestätigt zu bekommen als es vorgesagt zu kriegen, bei erstem ist sicher das ich es verstanden habe)
 
Zuletzt bearbeitet:
@mratix ne ne versteh mich nicht falsch, mir ist bewusst das es bereits funktionierende cm-12.1 roms gibt

aber mir geht es darum zu verstehen wie der vorgang für mich abläuft wenn das nicht der Fall ist verstehst du?
Klingt vielleicht blöd ich weiß nur kann ich auf diese weise den ganzen Prozess viel besser nachvollziehen und somit besser fehler ausmerzen wenn sie auftreten
 
xz1c schrieb:
ich habe vorher wie erwähnt einfach erstmal einen existenten tree (CM11 basis) als zip geladen
Which would you like? [aosp_arm-eng] 85
build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/sony/nypon/cm.mk]]: "vendor/cm/config/gsm.mk" does not exist. Schluss. [/code]
stimmt nicht denn wie oben erwähnt existiert der Ordner bzw die beiden.
Sieht aus wie wenn der devicetree in Konflikt steht cm11 vs. aosp, braucht man da nicht einen anderen (passenden)?
und am productcode bzw. nachfolgend passt das gsm auch nicht zum Rest

Default revision cm-12.1 not found in android_device_sony_nypon. Bailing.
Branches found:
ics
jellybean
und hier fehlt nun der cm-12.1 devicetree (also LP Android 5.1.1). Er hat gerade nur bis JB.

build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/sony/nypon/cm.mk]]: "vendor/cm/config/gsm.mk" does not exist. Schluss.
** Don't have a product spec for: 'cm_nypon'
** Do you have the right repo manifest?
hehe das kennen wir doch, right repo für vendor/blobs = TheMuppetShow nicht verfügbar, Ersatzrepo suchen
[doublepost=1448850468,1448850302][/doublepost]
xz1c schrieb:
@mratixmir ist bewusst das es bereits funktionierende cm-12.1 roms gibt
auch der zweiten Zeile gefolgt und Source Code am Ende gefunden? Das hab ich extra drangehängt, nicht die fertige ROM :)
 
jo gefunden, ich stöber da mal n bischen durch und suche den großen unterschied :D

Sieht aus wie wenn der devicetree in Konflikt steht cm11 vs. aosp, braucht man da nicht einen anderen (passenden)?
und am productcode bzw. nachfolgend passt das gsm auch nicht zum Rest

ne ne also ja braucht man, aber das ist kein konflikt denn auch bei meinem amami build bzw in den lunch, brunch, breakfast menüs steht das immer da. ganz gleich welchen source code ich benutze

werde jetzt einfach die MyRom Source mal als remote ins manifest eintragen udn dann sollte das problem sich geben
 
Hey, eine gute und eine schlechte Nachricht...

Der erste brunch d802 läuft. Kein Berechtigungsproblem, alles passt und war vorher richtig. Leider nur auf dem Notebook, ein kleiner Dualcore, ohne ccache, Gefahr daß das Teil in die Luft fliegt oder vorzeitig der Diskspace ausgeht.

Die andere ist, an der großen Maschine stimmt was nicht, hab keinen Plan woran es liegt :(
 
@mratix
Also mein Notebook behinhaltet auch nur einen kleinen celeron dualcore prozessor und ne 128gb ssd, ist bisher weder explodiert, noch ging der platz aus :D
Insofern kann ich dich beruhigen
Und was die schlechte Nachricht betrifft, ich als linux noob hätte an der stelle glauib ich (mal wieder) den Pc platt gemacht, linux neu aufgesetzt und anschließend alles neu synchronsiert, exakt so wie auf dem notebook.
Aber ich schätze darauf haste verständlicher weise keine lust also bleibt dir wohl nur mit dem notebook zu basteln übrig :D
[doublepost=1448899967,1448896709][/doublepost]kann mir jemand sagen wo genau der error steckt?
oder wenigsten wo ungefähr :blink:

Code:
schnittenberg@pc:~/cm$ lunch cm_nypon-eng
Trying dependencies-only mode on a non-existing device tree?

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.1.1
CM_VERSION=12.1-20151130-UNOFFICIAL-nypon
TARGET_PRODUCT=cm_nypon
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-55-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LMY48Y
OUT_DIR=/home/schnittenberg/cm/out
============================================

schnittenberg@pc:~/cm$ prebuilts/misc/linux-x86/ccache/ccache -M 80G
Set cache size limit to 80.0 Gbytes
schnittenberg@pc:~/cm$ mka
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.1.1
CM_VERSION=12.1-20151130-UNOFFICIAL-nypon
TARGET_PRODUCT=cm_nypon
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-55-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LMY48Y
OUT_DIR=/home/schnittenberg/cm/out
============================================
*** Build configuration changed: "cm_nypon-userdebug-{en_US,en_US,cs_CZ,da_DK,de_AT,de_CH,de_DE,de_LI,el_GR,en_AU,en_CA,en_GB,en_NZ,en_SG,eo_EU,es_ES,fr_CA,fr_CH,fr_BE,fr_FR,it_CH,it_IT,ja_JP,ko_KR,nb_NO,nl_BE,nl_NL,pl_PL,pt_PT,ru_RU,sv_SE,tr_TR,zh_CN,zh_HK,zh_TW,am_ET,hi_IN,en_US,en_AU,en_IN,fr_FR,it_IT,es_ES,et_EE,de_DE,nl_NL,cs_CZ,pl_PL,ja_JP,zh_TW,zh_CN,zh_HK,ru_RU,ko_KR,nb_NO,es_US,da_DK,el_GR,tr_TR,pt_PT,pt_BR,rm_CH,sv_SE,bg_BG,ca_ES,en_GB,fi_FI,hi_IN,hr_HR,hu_HU,in_ID,iw_IL,lt_LT,lv_LV,ro_RO,sk_SK,sl_SI,sr_RS,uk_UA,vi_VN,tl_PH,ar_EG,fa_IR,th_TH,sw_TZ,ms_MY,af_ZA,zu_ZA,am_ET,hi_IN,en_XA,ar_XB,fr_CA,km_KH,lo_LA,ne_NP,si_LK,mn_MN,hy_AM,az_AZ,ka_GE,my_MM,mr_IN,ml_IN,is_IS,mk_MK,ky_KG,eu_ES,gl_ES,bn_BD,ta_IN,kn_IN,te_IN,uz_UZ,ur_PK,kk_KZ,ast_ES,lb_LU,ku_IQ,normal,hdpi,xhdpi xhdpi}" -> "cm_nypon-eng-{en_US,en_US,cs_CZ,da_DK,de_AT,de_CH,de_DE,de_LI,el_GR,en_AU,en_CA,en_GB,en_NZ,en_SG,eo_EU,es_ES,fr_CA,fr_CH,fr_BE,fr_FR,it_CH,it_IT,ja_JP,ko_KR,nb_NO,nl_BE,nl_NL,pl_PL,pt_PT,ru_RU,sv_SE,tr_TR,zh_CN,zh_HK,zh_TW,am_ET,hi_IN,en_US,en_AU,en_IN,fr_FR,it_IT,es_ES,et_EE,de_DE,nl_NL,cs_CZ,pl_PL,ja_JP,zh_TW,zh_CN,zh_HK,ru_RU,ko_KR,nb_NO,es_US,da_DK,el_GR,tr_TR,pt_PT,pt_BR,rm_CH,sv_SE,bg_BG,ca_ES,en_GB,fi_FI,hi_IN,hr_HR,hu_HU,in_ID,iw_IL,lt_LT,lv_LV,ro_RO,sk_SK,sl_SI,sr_RS,uk_UA,vi_VN,tl_PH,ar_EG,fa_IR,th_TH,sw_TZ,ms_MY,af_ZA,zu_ZA,am_ET,hi_IN,en_XA,ar_XB,fr_CA,km_KH,lo_LA,ne_NP,si_LK,mn_MN,hy_AM,az_AZ,ka_GE,my_MM,mr_IN,ml_IN,is_IS,mk_MK,ky_KG,eu_ES,gl_ES,bn_BD,ta_IN,kn_IN,te_IN,uz_UZ,ur_PK,kk_KZ,ast_ES,lb_LU,ku_IQ,normal,hdpi,xhdpi xhdpi}"
*** Forcing "make installclean"...
*** rm -rf /home/schnittenberg/cm/out/target/product/nypon/data/* /home/schnittenberg/cm/out/target/product/nypon/data-qemu/* /home/schnittenberg/cm/out/target/product/nypon/userdata-qemu.img /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES /home/schnittenberg/cm/out/host/linux-x86/sdk /home/schnittenberg/cm/out/target/product/nypon/*.img /home/schnittenberg/cm/out/target/product/nypon/*.ini /home/schnittenberg/cm/out/target/product/nypon/*.txt /home/schnittenberg/cm/out/target/product/nypon/*.xlb /home/schnittenberg/cm/out/target/product/nypon/*.zip /home/schnittenberg/cm/out/target/product/nypon/kernel /home/schnittenberg/cm/out/target/product/nypon/*.zip.md5sum /home/schnittenberg/cm/out/target/product/nypon/data /home/schnittenberg/cm/out/target/product/nypon/skin /home/schnittenberg/cm/out/target/product/nypon/obj/APPS /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES /home/schnittenberg/cm/out/target/product/nypon/obj/PACKAGING /home/schnittenberg/cm/out/target/product/nypon/recovery /home/schnittenberg/cm/out/target/product/nypon/root /home/schnittenberg/cm/out/target/product/nypon/system /home/schnittenberg/cm/out/target/product/nypon/vendor /home/schnittenberg/cm/out/target/product/nypon/oem /home/schnittenberg/cm/out/target/product/nypon/dex_bootjars /home/schnittenberg/cm/out/target/product/nypon/obj/JAVA_LIBRARIES /home/schnittenberg/cm/out/target/product/nypon/obj/FAKE /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/adbd_intermediates /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libfs_mgr_intermediates /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/init_intermediates /home/schnittenberg/cm/out/target/product/nypon/obj/ETC/mac_permissions.xml_intermediates /home/schnittenberg/cm/out/target/product/nypon/obj/ETC/sepolicy_intermediates /home/schnittenberg/cm/out/target/product/nypon/obj/ETC/init.environ.rc_intermediates
*** Done with the cleaning, now starting the real build.
"ebtables is disabled on this build"
find: "dummy": Datei oder Verzeichnis nicht gefunden
find: "../../../../../../external/hamcrest/src": Datei oder Verzeichnis nicht gefunden
find: "../../../../../../external/junit/src/org": Datei oder Verzeichnis nicht gefunden
find: "../../../../../../external/hamcrest/src": Datei oder Verzeichnis nicht gefunden
*** Overlay change detected, clean shared intermediate files...
*** rm -rf /home/schnittenberg/cm/out/target/common/obj/APPS/Contacts_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/framework-res_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/Settings_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/Mms_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/ImfTest_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/Gallery2_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/TeleService_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/SettingsProvider_intermediates /home/schnittenberg/cm/out/target/common/obj/APPS/SystemUI_intermediates
make: Verzeichnis »/home/schnittenberg/cm« wird betreten
build/core/Makefile:46: Warnung: Die Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/copybit.montblanc.so« werden überschrieben
build/core/base_rules.mk:550: Warnung: Alte Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/copybit.montblanc.so« werden ignoriert
build/core/Makefile:46: Warnung: Die Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/gralloc.montblanc.so« werden überschrieben
build/core/base_rules.mk:550: Warnung: Alte Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/gralloc.montblanc.so« werden ignoriert
build/core/Makefile:46: Warnung: Die Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/hwcomposer.montblanc.so« werden überschrieben
build/core/base_rules.mk:550: Warnung: Alte Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/hwcomposer.montblanc.so« werden ignoriert
build/core/Makefile:46: Warnung: Die Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/sensors.default.so« werden überschrieben
build/core/base_rules.mk:550: Warnung: Alte Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/hw/sensors.default.so« werden ignoriert
build/core/Makefile:46: Warnung: Die Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/libemoji.so« werden überschrieben
build/core/base_rules.mk:550: Warnung: Alte Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/libemoji.so« werden ignoriert
build/core/Makefile:46: Warnung: Die Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/libril.so« werden überschrieben
build/core/base_rules.mk:550: Warnung: Alte Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/libril.so« werden ignoriert
build/core/Makefile:46: Warnung: Die Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/libstelpcutils.so« werden überschrieben
build/core/base_rules.mk:550: Warnung: Alte Befehle für das Ziel »/home/schnittenberg/cm/out/target/product/nypon/system/lib/libstelpcutils.so« werden ignoriert
PRODUCT_COPY_FILES device/sony/nypon/config/sensor00_f11_sensor0.idc:system/usr/idc/sensor00_f11_sensor0.idc ignored.
PRODUCT_COPY_FILES device/sony/nypon/config/synaptics_rmi4_i2c.idc:system/usr/idc/synaptics_rmi4_i2c.idc ignored.
No private recovery resources for TARGET_DEVICE nypon
Export includes file: frameworks/native/libs/input/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libinput_intermediates/export_includes
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/curlbuild.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/curl.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/curlrules.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/curlver.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/easy.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/mprintf.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/multi.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/stdcheaders.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libcurl/curl/typecheck-gcc.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libexpat/expat.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libexpat/expat_external.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libpng/png.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libpng/pngconf.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libpng/pngusr.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/selinux/selinux.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/selinux/label.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/selinux/context.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/selinux/avc.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/selinux/android.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c-private.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libsonivox/eas.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libsonivox/eas_types.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libsonivox/eas_reverb.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libsonivox/jet.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libsonivox/ARM_synth_constants_gnu.inc
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libwpa_client/wpa_ctrl.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/libwpa_client/qca-vendor.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/sdk/softap/include/qsap_api.h
Header: /home/schnittenberg/cm/out/target/product/nypon/obj/include/sdk/softap/include/qsap.h
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libinput_intermediates/import_includes
Export includes file: frameworks/base/tools/validatekeymaps/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/EXECUTABLES/validatekeymaps_intermediates/export_includes
Notice file: system/core/libutils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libutils.a.txt
Notice file: system/core/libutils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libutils.a.txt
Notice file: system/core/libcutils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libcutils.a.txt
Notice file: system/core/libcutils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libcutils.a.txt
Notice file: system/core/liblog/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/liblog.a.txt
Notice file: system/core/liblog/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/liblog.a.txt
Notice file: external/antlr/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//framework/antlr-runtime.jar.txt
Notice file: external/guava/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//framework/guavalib.jar.txt
Notice file: external/doclava/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//framework/doclava.jar.txt
Notice file: frameworks/base/tools/aidl/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/aidl.txt
Notice file: frameworks/base/tools/aapt/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/aapt.txt
Notice file: frameworks/base/tools/aapt/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libaapt.a.txt
Notice file: frameworks/base/libs/androidfw/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libandroidfw.a.txt
Notice file: external/libpng/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libpng.a.txt
Notice file: external/expat/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libexpat.a.txt
mkdir -p /home/schnittenberg/cm/out/target/product/nypon/obj/KERNEL_OBJ
mkdir -p /home/schnittenberg/cm/out/target/product/nypon/system/lib/modules
Notice file: system/core/adb/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/adb.txt
Notice file: system/core/libzipfile/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libzipfile.a.txt
Notice file: system/core/libzipfile/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libzipfile.a.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libunz.a.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libunz.a.txt
Notice file: external/openssl/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libcrypto_static.a.txt
Notice file: system/core/liblog/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/liblog.so.txt
Notice file: frameworks/compile/libbcc/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libbcc.so.txt
Notice file: libnativehelper/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libnativehelper.so.txt
Notice file: libnativehelper/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libnativehelper.so.txt
Notice file: system/core/liblog/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/liblog.so.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libz.a.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libz.a.txt
Notice file: dalvik/dexdump/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/dexdump.txt
Notice file: dalvik/dx/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/dx.txt
Notice file: system/extras/ext4_utils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libext4_utils_host.a.txt
Notice file: external/libselinux/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libselinux.a.txt
Notice file: system/extras/f2fs_utils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libf2fs_utils_host.a.txt
Notice file: system/extras/f2fs_utils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libf2fs_dlutils_host.a.txt
Notice file: external/f2fs-tools/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libf2fs_fmt_host_dyn.so.txt
Notice file: external/f2fs-tools/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libf2fs_fmt_host.a.txt
Notice file: system/extras/f2fs_utils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libf2fs_ioutils_host.a.txt
Notice file: external/f2fs-tools/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/fsck.f2fs.txt
Notice file: system/extras/ext4_utils/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/make_ext4fs.txt
Export includes file: external/linux-tools-perf/perf-3.12.0/tools/perf/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libperf_intermediates/export_includes
Export includes file: external/elfutils/0.153/libdwfl/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libdwfl_intermediates/export_includes
Export includes file: external/elfutils/0.153/libdw/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libdw_intermediates/export_includes
Export includes file: external/elfutils/0.153/libebl/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libebl_intermediates/export_includes
Export includes file: external/elfutils/0.153/libelf/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libelf_intermediates/export_includes
Export includes file: external/gcc-demangle/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libgccdemangle_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libperf_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libdwfl_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libdw_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libebl_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libelf_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/STATIC_LIBRARIES/libgccdemangle_intermediates/import_includes
Export includes file: external/linux-tools-perf/perf-3.12.0/tools/perf/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/EXECUTABLES/perfhost_intermediates/export_includes
Notice file: external/gcc-demangle/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libgccdemangle.a.txt
Notice file: external/sqlite/dist/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//bin/sqlite3.txt
Notice file: prebuilts/tools/common/netbeans-visual/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//framework/org-netbeans-api-visual.jar.txt
Notice file: prebuilts/tools/common/netbeans-visual/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//framework/org-openide-util.jar.txt
Import includes file: /home/schnittenberg/cm/out/host/linux-x86/obj32/SHARED_LIBRARIES/interrupter_intermediates/import_includes
Export includes file: frameworks/base/cmds/interrupter/Android.mk -- /home/schnittenberg/cm/out/host/linux-x86/obj32/SHARED_LIBRARIES/interrupter_intermediates/export_includes
Notice file: external/openssl/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libcrypto-host.so.txt
Notice file: external/expat/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libexpat-host.so.txt
Notice file: external/icu/icu4c/source/stubdata/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//usr/icu/icudt53l.dat.txt
Notice file: libcore/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libjavacore.so.txt
Notice file: external/fdlibm/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libfdlibm.a.txt
Notice file: external/fdlibm/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libfdlibm.a.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libz-host.so.txt
Notice file: external/openssl/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libssl-host.so.txt
Notice file: external/sqlite/dist/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libsqlite.so.txt
Notice file: external/sqlite/android/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libsqlite3_android.a.txt
Notice file: external/javasqlite/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libsqlite_jni.so.txt
Notice file: external/openssl/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libcrypto-host.so.txt
Notice file: external/expat/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libexpat-host.so.txt
Notice file: libcore/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libjavacore.so.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//lib64/libz-host.so.txt
Export includes file: frameworks/native/libs/binder/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libbinder_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libc_intermediates/export_includes
Export includes file: system/core/liblog/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/liblog_intermediates/export_includes
Export includes file: bionic/libm/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libm_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libstdc++_intermediates/export_includes
Export includes file: external/stlport/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libstlport_intermediates/export_includes
Export includes file: system/core/libutils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libutils_intermediates/export_includes
Export includes file: external/gtest/src/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libgtest_intermediates/export_includes
Export includes file: external/gtest/src/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libgtest_main_intermediates/export_includes
Export includes file: system/extras/tests/lib/testUtil/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libtestUtil_intermediates/export_includes
Export includes file: external/compiler-rt/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/export_includes
Export includes file: system/core/libcutils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: bionic/libdl/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libdl_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_common_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libdl_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/import_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_bionic_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_cxa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_dns_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_malloc_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_bionic_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_cxa_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_dns_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_malloc_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libm_intermediates/import_includes
Export includes file: bionic/libm/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libm_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libstdc++_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblog_intermediates/import_includes
Export includes file: system/core/liblog/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblog_intermediates/export_includes
Export includes file: system/core/libcutils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: external/gcc-demangle/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libgccdemangle_intermediates/export_includes
Export includes file: external/libunwind/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libunwind_intermediates/export_includes
Export includes file: external/libunwind/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libunwind-ptrace_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libgccdemangle_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libstlport_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libunwind_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libunwind-ptrace_intermediates/import_includes
Export includes file: system/core/libbacktrace/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libbacktrace_intermediates/export_includes
Export includes file: system/core/libutils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libutils_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libgtest_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libgtest_main_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libtestUtil_intermediates/import_includes
Export includes file: system/extras/tests/binder/benchmarks/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/binderAddInts_intermediates/export_includes
Notice file: bionic/libc/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libc.so.txt
Notice file: bionic/libc/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libc_common.a.txt
Notice file: bionic/libdl/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libdl.so.txt
Notice file: system/core/libcutils/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libcutils.so.txt
Notice file: system/core/libcutils/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libcutils.a.txt
Notice file: system/core/liblog/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/liblog.a.txt
Notice file: system/core/liblog/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/liblog.so.txt
Notice file: bionic/libm/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libm.so.txt
Notice file: bionic/libm/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libm.a.txt
Notice file: bionic/libc/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libstdc++.so.txt
Notice file: system/core/libutils/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libutils.so.txt
Notice file: system/core/libutils/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libutils.a.txt
Notice file: external/gcc-demangle/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libgccdemangle.so.txt
Notice file: external/stlport/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libstlport.so.txt
Export includes file: system/core/libbacktrace/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libbacktrace_test_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libstdc++_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libbacktrace_test_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libstdc++_intermediates/import_includes
Export includes file: system/core/libbacktrace/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/backtrace_test_intermediates/export_includes
Notice file: bionic/libc/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libstdc++.a.txt
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/clatd_test_intermediates/import_includes
Export includes file: external/android-clat/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/clatd_test_intermediates/export_includes
Notice file: external/android-clat/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//data/nativetest/clatd_test/clatd_test.txt
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/dhcpcd_test_intermediates/import_includes
Export includes file: external/dhcpcd/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/dhcpcd_test_intermediates/export_includes
Notice file: external/dhcpcd/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//data/nativetest/dhcpcd_test/dhcpcd_test.txt
Symlink: /home/schnittenberg/cm/out/target/product/nypon/recovery/root/sbin/fsck.exfat -> mount.exfat
Export includes file: external/e2fsprogs/lib/ext2fs/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2fs_intermediates/export_includes
Export includes file: external/e2fsprogs/lib/blkid/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_blkid_intermediates/export_includes
Export includes file: external/e2fsprogs/lib/uuid/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_uuid_intermediates/export_includes
Export includes file: external/e2fsprogs/e2fsck/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_profile_intermediates/export_includes
Export includes file: external/e2fsprogs/lib/quota/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_quota_intermediates/export_includes
Export includes file: external/e2fsprogs/lib/et/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_com_err_intermediates/export_includes
Export includes file: external/e2fsprogs/lib/e2p/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_e2p_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_intermediates/export_includes
Export includes file: external/e2fsprogs/lib/uuid/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_uuid_static_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_quota_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_com_err_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_e2p_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc_intermediates/import_includes
Export includes file: external/e2fsprogs/misc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/RECOVERY_EXECUTABLES/recovery_mke2fs_intermediates/export_includes
Notice file: bionic/libc/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libc.a.txt
Symlink: /home/schnittenberg/cm/out/target/product/nypon/recovery/root/sbin/mkfs.exfat -> mount.exfat
Target buildinfo: /home/schnittenberg/cm/out/target/product/nypon/root/default.prop
build/tools/post_process_props.py /home/schnittenberg/cm/out/target/product/nypon/root/default.prop
Notice file: external/sepolicy/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/file_contexts.txt
Export includes file: system/core/fs_mgr/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/export_includes
Export includes file: system/core/logwrapper/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblogwrap_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libselinux_intermediates/export_includes
Export includes file: system/core/libmincrypt/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Export includes file: system/extras/ext4_utils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext4_utils_static_intermediates/export_includes
Export includes file: external/lz4/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblz4-static_intermediates/export_includes
Export includes file: system/core/libsparse/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libsparse_static_intermediates/export_includes
Export includes file: external/zlib/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libz_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblogwrap_intermediates/import_includes
Export includes file: system/core/libmincrypt/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libminshacrypt_intermediates/export_includes
Export includes file: external/pcre/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libpcre_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libminshacrypt_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libpcre_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext4_utils_static_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libext2_uuid_static_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblz4-static_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libsparse_static_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libz_intermediates/import_includes
Export includes file: system/core/init/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/init_intermediates/export_includes
Notice file: system/core/init/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/init.txt
Notice file: system/core/logwrapper/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/liblogwrap.a.txt
Notice file: external/libselinux/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libselinux.a.txt
Notice file: system/core/libmincrypt/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libmincrypt.a.txt
Notice file: system/extras/ext4_utils/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libext4_utils_static.a.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libz.a.txt
Notice file: external/sepolicy/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/property_contexts.txt
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/adbd_intermediates/import_includes
Export includes file: system/core/adb/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/adbd_intermediates/export_includes
Notice file: system/core/adb/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/sbin/adbd.txt
Export includes file: frameworks/native/services/batteryservice/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbatteryservice_intermediates/export_includes
Export includes file: frameworks/native/libs/binder/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbinder_intermediates/export_includes
Export includes file: bootable/recovery/minui/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes
Export includes file: external/libpng/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libpng_intermediates/export_includes
Export includes file: hardware/ste-sony/external/libhealthd/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libhealthd.montblanc_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbatteryservice_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbinder_intermediates/import_includes
Export includes file: system/core/adf/libadf/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libadf_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libadf_intermediates/import_includes
Export includes file: external/zlib/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libz_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libhealthd.montblanc_intermediates/import_includes
Export includes file: system/core/healthd/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/healthd_intermediates/export_includes
Notice file: external/libpng/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libpng.a.txt
Export includes file: external/f2fs-tools/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libf2fs_fmt_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libf2fs_fmt_intermediates/import_includes
Export includes file: external/f2fs-tools/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/mkfs.f2fs_intermediates/export_includes
Notice file: external/f2fs-tools/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/sbin/mkfs.f2fs.txt
Notice file: external/f2fs-tools/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libf2fs_fmt.a.txt
Notice file: external/sepolicy/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/seapp_contexts.txt
Notice file: external/sepolicy/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/selinux_version.txt
Notice file: external/sepolicy/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/sepolicy.txt
Notice file: external/sepolicy/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//root/service_contexts.txt
Notice file: external/bouncycastle/NOTICE -- /home/schnittenberg/cm/out/host/linux-x86/obj/NOTICE_FILES/src//framework/bouncycastle-host.jar.txt
Export includes file: frameworks/base/core/jni/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/export_includes
Export includes file: hardware/libhardware/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libhardware_intermediates/export_includes
Export includes file: libnativehelper/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnativehelper_intermediates/export_includes
Export includes file: frameworks/native/opengl/libs/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libEGL_intermediates/export_includes
Export includes file: frameworks/native/opengl/libs/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libETC1_intermediates/export_includes
Export includes file: frameworks/native/opengl/libs/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libGLESv1_CM_intermediates/export_includes
Export includes file: frameworks/native/opengl/libs/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libGLESv2_intermediates/export_includes
Export includes file: frameworks/base/libs/androidfw/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libandroidfw_intermediates/export_includes
Export includes file: system/media/audio_utils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libaudioutils_intermediates/export_includes
Export includes file: frameworks/av/camera/tests/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcamera_client_intermediates/export_includes
Export includes file: system/media/camera/src/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcamera_metadata_intermediates/export_includes
Export includes file: external/openssl/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcrypto_intermediates/export_includes
Export includes file: frameworks/av/drm/libdrmframework/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libdrmframework_intermediates/export_includes
Export includes file: external/expat/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libexpat_intermediates/export_includes
Export includes file: frameworks/native/libs/gui/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libgui_intermediates/export_includes
Export includes file: hardware/libhardware_legacy/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/export_includes
Export includes file: external/harfbuzz_ng/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libharfbuzz_ng_intermediates/export_includes
Export includes file: frameworks/base/libs/hwui/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libhwui_intermediates/export_includes
Export includes file: external/icu/icu4c/source/i18n/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libicui18n_intermediates/export_includes
Export includes file: external/icu/icu4c/source/common/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libicuuc_intermediates/export_includes
Export includes file: frameworks/av/media/img_utils/src/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libimg_utils_intermediates/export_includes
Export includes file: frameworks/native/libs/input/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libinput_intermediates/export_includes
Export includes file: frameworks/native/services/inputflinger/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libinputflinger_intermediates/export_includes
Export includes file: external/jpeg/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libjpeg_intermediates/export_includes
Export includes file: frameworks/av/media/libmedia/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libmedia_intermediates/export_includes
Export includes file: system/core/libmemtrack/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libmemtrack_intermediates/export_includes
Export includes file: frameworks/minikin/libs/minikin/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libminikin_intermediates/export_includes
Export includes file: system/core/libnativebridge/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnativebridge_intermediates/export_includes
Export includes file: system/netd/client/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnetd_client_intermediates/export_includes
Export includes file: system/core/libnetutils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnetutils_intermediates/export_includes
Export includes file: external/pdfium/fpdfsdk/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libpdfium_intermediates/export_includes
Export includes file: system/core/libprocessgroup/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libprocessgroup_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libselinux_intermediates/export_includes
Export includes file: external/skia/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libskia_intermediates/export_includes
Export includes file: external/sonivox/arm-wt-22k/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libsonivox_intermediates/export_includes
Export includes file: frameworks/av/soundtrigger/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libsoundtrigger_intermediates/export_includes
Export includes file: external/sqlite/dist/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libsqlite_intermediates/export_includes
Export includes file: external/openssl/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libssl_intermediates/export_includes
Export includes file: frameworks/native/libs/ui/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libui_intermediates/export_includes
Export includes file: system/core/libusbhost/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libusbhost_intermediates/export_includes
Export includes file: frameworks/native/opengl/libs/GLES_trace/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libGLES_trace_intermediates/export_includes
Export includes file: external/protobuf/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libprotobuf-cpp-2.3.0-lite_intermediates/export_includes
Export includes file: external/liblzf/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblzf_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libprotobuf-cpp-2.3.0-lite_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/liblzf_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libETC1_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libGLESv1_CM_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libGLESv2_intermediates/import_includes
Export includes file: system/core/libziparchive/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libziparchive_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libz_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libziparchive_intermediates/import_includes
Export includes file: external/speex/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libspeexresampler_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libspeexresampler_intermediates/import_includes
Export includes file: frameworks/av/camera/tests/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libcamera_parameters_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcamera_metadata_intermediates/import_includes
Export includes file: system/core/libsync/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libsync_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libsync_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libui_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libhardware_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libcamera_parameters_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcrypto_intermediates/import_includes
Export includes file: frameworks/av/drm/common/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libdrmframeworkcommon_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libdrmframeworkcommon_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libexpat_intermediates/import_includes
Export includes file: external/wpa_supplicant_8/wpa_supplicant/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libwpa_client_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnetutils_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libwpa_client_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libharfbuzz_ng_intermediates/import_includes
Export includes file: abi/cpp/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libgabi++_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libgabi++_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libicuuc_intermediates/import_includes
Export includes file: frameworks/rs/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libRS_intermediates/export_includes
Export includes file: frameworks/rs/cpp/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libRScpp_intermediates/export_includes
Export includes file: external/llvm/shared_llvm.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libLLVM_intermediates/export_includes
Export includes file: frameworks/compile/libbcc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libbcc_intermediates/export_includes
Export includes file: frameworks/compile/libbcc/bcinfo/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libbcinfo_intermediates/export_includes
Export includes file: external/libcxx/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libc++_intermediates/export_includes
Export includes file: external/freetype/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libft2_intermediates/export_includes
Export includes file: external/libpng/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libpng_intermediates/export_includes
Export includes file: external/libcxxabi/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc++abi_intermediates/export_includes
Export includes file: external/compiler-rt/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libcompiler_rt_intermediates/export_includes
Export includes file: external/libcxx/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc++_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libc++abi_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libcompiler_rt_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMCodeGen_intermediates/import_includes
Export includes file: external/llvm/lib/Target/ARM/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMCodeGen_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMAsmParser_intermediates/import_includes
Export includes file: external/llvm/lib/Target/ARM/AsmParser/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMAsmParser_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMAsmPrinter_intermediates/import_includes
Export includes file: external/llvm/lib/Target/ARM/InstPrinter/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMAsmPrinter_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMInfo_intermediates/import_includes
Export includes file: external/llvm/lib/Target/ARM/TargetInfo/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMInfo_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMDesc_intermediates/import_includes
Export includes file: external/llvm/lib/Target/ARM/MCTargetDesc/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMDesc_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMDisassembler_intermediates/import_includes
Export includes file: external/llvm/lib/Target/ARM/Disassembler/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMARMDisassembler_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMLinker_intermediates/import_includes
Export includes file: external/llvm/lib/Linker/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMLinker_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMipo_intermediates/import_includes
Export includes file: external/llvm/lib/Transforms/IPO/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMipo_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMIRReader_intermediates/import_includes
Export includes file: external/llvm/lib/IRReader/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMIRReader_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitWriter_intermediates/import_includes
Export includes file: external/llvm/lib/Bitcode/Writer/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitWriter_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitReader_intermediates/import_includes
Export includes file: external/llvm/lib/Bitcode/Reader/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitReader_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMAsmPrinter_intermediates/import_includes
Export includes file: external/llvm/lib/CodeGen/AsmPrinter/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMAsmPrinter_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMSelectionDAG_intermediates/import_includes
Export includes file: external/llvm/lib/CodeGen/SelectionDAG/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMSelectionDAG_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMCodeGen_intermediates/import_includes
Export includes file: external/llvm/lib/CodeGen/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMCodeGen_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMObject_intermediates/import_includes
Export includes file: external/llvm/lib/Object/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMObject_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMScalarOpts_intermediates/import_includes
Export includes file: external/llvm/lib/Transforms/Scalar/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMScalarOpts_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMInstCombine_intermediates/import_includes
Export includes file: external/llvm/lib/Transforms/InstCombine/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMInstCombine_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMInstrumentation_intermediates/import_includes
Export includes file: external/llvm/lib/Transforms/Instrumentation/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMInstrumentation_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMTransformObjCARC_intermediates/import_includes
Export includes file: external/llvm/lib/Transforms/ObjCARC/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMTransformObjCARC_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMTransformUtils_intermediates/import_includes
Export includes file: external/llvm/lib/Transforms/Utils/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMTransformUtils_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMipa_intermediates/import_includes
Export includes file: external/llvm/lib/Analysis/IPA/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMipa_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMAnalysis_intermediates/import_includes
Export includes file: external/llvm/lib/Analysis/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMAnalysis_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMTarget_intermediates/import_includes
Export includes file: external/llvm/lib/Target/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMTarget_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMMC_intermediates/import_includes
Export includes file: external/llvm/lib/MC/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMMC_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMMCParser_intermediates/import_includes
Export includes file: external/llvm/lib/MC/MCParser/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMMCParser_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMCore_intermediates/import_includes
Export includes file: external/llvm/lib/IR/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMCore_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMAsmParser_intermediates/import_includes
Export includes file: external/llvm/lib/AsmParser/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMAsmParser_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMOption_intermediates/import_includes
Export includes file: external/llvm/lib/Option/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMOption_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMSupport_intermediates/import_includes
Export includes file: external/llvm/lib/Support/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMSupport_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMVectorize_intermediates/import_includes
Export includes file: external/llvm/lib/Transforms/Vectorize/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMVectorize_intermediates/export_includes
Export includes file: frameworks/compile/libbcc/bcinfo/Wrap/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMWrap_intermediates/export_includes
Export includes file: frameworks/compile/libbcc/bcinfo/BitReader_2_7/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitReader_2_7_intermediates/export_includes
Export includes file: frameworks/compile/libbcc/bcinfo/BitReader_3_0/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitReader_3_0_intermediates/export_includes
Export includes file: frameworks/compile/slang/BitWriter_3_2/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitWriter_3_2_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMWrap_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitReader_2_7_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitReader_3_0_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libLLVMBitWriter_3_2_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/import_includes
Export includes file: frameworks/compile/libbcc/lib/Renderscript/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccExecutionEngine_intermediates/import_includes
Export includes file: frameworks/compile/libbcc/lib/ExecutionEngine/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccExecutionEngine_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccCore_intermediates/import_includes
Export includes file: frameworks/compile/libbcc/lib/Core/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccCore_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccSupport_intermediates/import_includes
Export includes file: frameworks/compile/libbcc/lib/Support/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libbccSupport_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/librsloader_intermediates/import_includes
Export includes file: frameworks/rs/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/librsloader_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libft2_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libpng_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libRScpp_intermediates/import_includes
Export includes file: external/webp/src/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libwebp-decode_intermediates/export_includes
Export includes file: external/webp/src/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libwebp-encode_intermediates/export_includes
Export includes file: external/giflib/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libgif_intermediates/export_includes
Export includes file: external/sfntly/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libsfntly_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libjpeg_static_intermediates/import_includes
Export includes file: external/jpeg/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libjpeg_static_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libwebp-decode_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libwebp-encode_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libgif_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libsfntly_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libimg_utils_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libinput_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libinputflinger_intermediates/import_includes
Export includes file: frameworks/av/media/libnbaio/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnbaio_intermediates/export_includes
Export includes file: frameworks/av/media/libstagefright/foundation/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libstagefright_foundation_intermediates/export_includes
Export includes file: frameworks/av/media/libmedia/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libinstantssq_intermediates/export_includes
Export includes file: frameworks/av/media/libmedia/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libmedia_helper_intermediates/export_includes
Export includes file: frameworks/av/media/common_time/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcommon_time_client_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcommon_time_client_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libinstantssq_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libsonivox_intermediates/import_includes
Export includes file: frameworks/native/services/powermanager/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libpowermanager_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libpowermanager_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libmedia_helper_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libmemtrack_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libminikin_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnativebridge_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnativehelper_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libnetd_client_intermediates/import_includes
Export includes file: external/pdfium/core/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libpdfiumcore_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libpdfiumcore_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libprocessgroup_intermediates/import_includes
Export includes file: external/pcre/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libpcre_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libpcre_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libsoundtrigger_intermediates/import_includes
Export includes file: external/sqlite/android/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libsqlite3_android_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/STATIC_LIBRARIES/libsqlite3_android_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libssl_intermediates/import_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libusbhost_intermediates/import_includes
Export includes file: packages/apps/Bluetooth/jni/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libbluetooth_jni_intermediates/export_includes
Notice file: frameworks/base/core/jni/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libandroid_runtime.so.txt
Notice file: external/liblzf/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/liblzf.a.txt
Notice file: frameworks/base/libs/androidfw/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libandroidfw.so.txt
Notice file: external/zlib/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libz.so.txt
Notice file: external/speex/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libspeexresampler.so.txt
Notice file: frameworks/av/camera/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libcamera_client.so.txt
Notice file: frameworks/av/camera/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libcamera_parameters.a.txt
Notice file: frameworks/native/libs/ui/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libui.so.txt
Notice file: hardware/libhardware/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libhardware.so.txt
Notice file: external/openssl/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libcrypto.so.txt
Notice file: frameworks/av/drm/libdrmframework/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libdrmframework.so.txt
Notice file: frameworks/av/drm/common/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libdrmframeworkcommon.a.txt
Notice file: external/expat/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libexpat.so.txt
Notice file: hardware/libhardware_legacy/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libhardware_legacy.so.txt
Notice file: system/core/libnetutils/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libnetutils.so.txt
Notice file: external/icu/icu4c/source/stubdata/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/usr/icu/icudt53l.dat.txt
Notice file: frameworks/base/libs/hwui/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libhwui.so.txt
Notice file: frameworks/compile/libbcc/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libbcc.so.txt
Export includes file: external/compiler-rt/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libcompiler_rt_intermediates/export_includes
Notice file: external/freetype/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libft2.so.txt
Notice file: external/libpng/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libpng.so.txt
Notice file: external/skia/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libskia.so.txt
Notice file: external/giflib/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libgif.a.txt
Notice file: external/jpeg/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libjpeg.so.txt
Notice file: external/jpeg/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libjpeg_static.a.txt
Notice file: frameworks/av/media/libmedia/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libmedia.so.txt
Notice file: frameworks/av/media/libmedia/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libinstantssq.a.txt
Notice file: frameworks/av/media/libmedia/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libmedia_helper.a.txt
Notice file: frameworks/av/media/common_time/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libcommon_time_client.so.txt
Notice file: external/sonivox/arm-wt-22k/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libsonivox.so.txt
Notice file: frameworks/av/media/libstagefright/foundation/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libstagefright_foundation.so.txt
Notice file: libnativehelper/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libnativehelper.so.txt
Notice file: external/libselinux/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libselinux.so.txt
Notice file: external/sqlite/dist/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libsqlite.so.txt
Notice file: external/sqlite/android/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libsqlite3_android.a.txt
Notice file: external/openssl/NOTICE -- /home/schnittenberg/cm/out/target/product/nypon/obj/NOTICE_FILES/src//system/lib/libssl.so.txt
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/import_includes
Export includes file: external/bison/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/export_includes
Import includes file: /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/bluetoothd_intermediates/import_includes
make: *** Keine Regel vorhanden, um das Target »/home/schnittenberg/cm/out/target/product/nypon/obj/SHARED_LIBRARIES/libglib_intermediates/export_includes«,
  benötigt von »/home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/bluetoothd-main_intermediates/import_includes«, zu erstellen.  Schluss.
make: *** Auf noch nicht beendete Prozesse wird gewartet …
Export includes file: external/bison/Android.mk -- /home/schnittenberg/cm/out/target/product/nypon/obj/EXECUTABLES/bluetoothd_intermediates/export_includes
make: Verzeichnis »/home/schnittenberg/cm« wird verlassen

#### make failed to build some targets (01:00 (mm:ss)) ####
 
Bhoo, langsam. Sparsam mit log umgehen. Hab gelesen, man soll immer mit dem ersten error/warning anfangen. Alle nachfolgende beziehen sich meist auf den vorherigen.

Auf den ersten Blick sehe ich eine Gemeinsamkeit: ...find dummy, Datei Verzeichnis nicht gefunden. Und die 3 nachfolgenden ebenfalls.
Dort müssen wir beide ansetzen.

Darf ich kurz noch was dazwischen quetschen?
Macht es Sinn dem ccache 5-8gb zu spendieren?
Macht es Sinn die $out auf externe usb-disk, nfs, smb, cifs share o.ä. umzubiegen?
Muss leider mit lokalen Ressourcen sparen :(

Nachtrag: die 3 Verzeichnisse sind vorhanden, nur 6x ein 'cd ..' ? Da muss er sich ziemlich tief in den Unterverzeichnissen befinden. Kann es nicht nachvollziehen.
 
Zuletzt bearbeitet:

Ähnliche Themen

cehuisken
  • cehuisken
Antworten
1
Aufrufe
883
Andy
Andy
D
Antworten
0
Aufrufe
2.520
Defier
D
E
Antworten
4
Aufrufe
2.204
Kardroid
Kardroid
Zurück
Oben Unten